Search code examples
jirajira-agile

Jira software: trigger a script on release?


I'd like, on "Release" button pressed, to trigger a server-side script of my own. I don't need to use big thing like Jenkins, I just need to run a simple script.

I looked into the documentation and found "Listeners" on earlier versions, but there is nothing in the doc for latest version.

Any idea?


Solution

  • Can you wrap your remote script in an HTTP interface and trigger it via a webhook? https://developer.atlassian.com/jiradev/jira-apis/webhooks