Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 377
Constantin Guay Avatar asked Dec 21 '15 22:12

Constantin Guay


1 Answers

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

like image 163
Adam Taylor Avatar answered Oct 09 '22 03:10

Adam Taylor