Transition screen workaround
Due to current limitations within the Atlassian Forge framework, Protected Fields cannot directly interact with the screen, leading to the unencrypted storage of entered values. To mitigate this security risk, we've implemented a workaround. This workaround involves encrypting the plain text value before it's stored, ensuring that the data remains secure and inaccessible to unauthorized users.
Instructions
Create a access token as described here API
Add an automation that listen to transition between to statuses
Add a webhook action with
Method POST
URL copy the url from API page and add
?token=your_token&issueKey={{issue.key}}
Body, replace the field id to the field on the transition screen
[ { "fieldId":"customfield_10121", "value":"{{issue.customfield_10121}}" } ]