Can I add a POST to URL hook to a JIRA workflow in OnDemand

Erik Dasque July 17, 2012

I would like to call of of our servers each time a new Blocker ticket is created (for example) so as to alert us. I know some tools such as HipChat use similar hooks and Bitbucket has a very similar system for Git hooks.

The alertnative would be to constantly poll for new tickets through the API and a JQL query but that's quite innefective.

This is on OnDemand, not a downloadble install.

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 17, 2012

There is no such post functions available in onDemand now. You might want to host something internally that makes a REST call to see new "Blocker" tickets created and do the POST.

Suggest an answer

Log in or Sign up to answer