Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create an Integration flow

  2. Add trigger when the integration shall happen (Event or Webhook)

  3. Add a Web Action

  4. In the Method set POST

  5. In the URL set the URL copied from the Protected Fields api admin page

  6. Generate a token in Protected Fields api admin page and add that to the URL like this
    url?token=your_token
    Add the issueKey in the URL &issueKey={{issueKey}}

  7. In the body section add

Code Block
languagejs
[
  {
    "fieldId":"customfield_21345",
    "value":"30000"
  }
]