The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Can we send data from jira to external app using listener/postfunction whenever status is changed?

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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