/
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
Create an Integration flow
Add trigger when the integration shall happen (Event or Webhook)
Add a Web Action
In the Method set POST
In the URL set the URL copied from the Protected Fields api admin page
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}}In the body section add
[
{
"fieldId":"customfield_21345",
"value":"30000"
}
]
, multiple selections available,
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