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

  1. Create a access token as described here API

  2. Add an automation that listen to transition between to statuses

  3. Add a webhook action with

    1. Method POST

    2. URL copy the url from API page and add ?token=your_token&issueKey={{issue.key}}

    3. Body, replace the field id to the field on the transition screen

      [ { "fieldId":"customfield_10121", "value":"{{issue.customfield_10121}}" } ]