Can we send data from jira to external app using listener/postfunction whenever status is changed?

Surya September 16, 2020

Using a listener or a postfunction I need to send data(issue key, description) from jira to external app when the status is changed to 'Ready For Sprint'.  Also, jira should read the response from the external app(issue key needs subtasks) and add subtasks for a story.

So, how this can be achieved? 

Please help me out

@Ravi Sagar _Sparxsys_ 

1 answer

1 accepted

0 votes
Answer accepted
Ravi Sagar _Sparxsys_
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.
September 16, 2020

Hi @Surya 

Take a look at the webhooks. This I think is what you need.

For doing the reverse I believe you can always use Jira's REST API or create a custom REST Endpoints using ScriptRunner for Jira for doing something with a bit more logic.

I hope it helps.

Ravi

Suggest an answer

Log in or Sign up to answer