Post to server on editing of issue

aram.dermenjian
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.
December 21, 2014

Is there a way to do a post when an issue gets updated?

 

Scenario: A user updates an issue. The server then sends a post request to a secondary server with the information on what has changed (or the entire issue). The second server can then handle the data as we see fit. (Emailing, altering server configurations, other things)

2 answers

1 accepted

0 votes
Answer accepted
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 22, 2014

You can possibly use WebHooks for this, see: Managing Webhooks. smile

0 votes
Doug Swartz
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.
December 23, 2014

If you're not in the cloud, you can write a plug-in with a listener to do the HTTP Post.

You might be able to do it with a Scriptrunner plugin script.

 

 

Suggest an answer

Log in or Sign up to answer