I am looking for a solution to perform an HTTP Post request with the content of a custom field to an external php script.
In my case I've added the field "Email address" to the screen that an issue uses. After transitioning a task through the workflow, I want to notify a 3rd party process of that e-mail address.
I've tried the add-on Scriptrunner, but - since I am running JIRA Cloud - I am not able to use the rest framework.
Can anybody help me out?
You can try Webhooks then fire the webhook from the transition
https://developer.atlassian.com/jiradev/jira-apis/webhooks
https://confluence.atlassian.com/adminjiracloud/managing-webhooks-776636231.html
Hi @Alex van Rijs,
I think that you could do it using javascript, but it's not recommended.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.