Hi,
I've created a scripted field like it shows on this official page: https://docs.adaptavist.com/sr4js/latest/features/script-fields/built-in-script-fields/custom-picker
The scripted field works fine and retrieves the information from an API REST.
In this request to an API REST I included the value of another field of the issue. When the value of that value is sotred on the issue I don't have problem, but when the issue is been updated (when I'm on the edit screen), I can't access the current value of the field.
Is there an option to get the current value like, in other componentes, we have the underlyingIssue option?
Best regards.