Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Read or Update Protected fields via Integrations Hub for Jira

https://marketplace.atlassian.com/apps/1220905/integrations-hub-for-jira?hosting=cloud&tab=overview

  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

{
  "fieldId":"customfield_21345",
  "value":"30000"
}

  • No labels