/
Integrations Hub for Jira

Integrations Hub for Jira

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" } ]

 

Related content

API
More like this
Automation + Protected Fields
Automation + Protected Fields
Read with this
Getting started
Getting started
More like this
Postfunction - Update any Issue Field (JSU)
Postfunction - Update any Issue Field (JSU)
Read with this
Create an issue from response from external system
Create an issue from response from external system
More like this
Known limitations
Known limitations
Read with this