Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i export data from an issue automatically when the issue status is changed to done?

Jacob Midtvik Diterichson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 28, 2022

im trying to create a python application that uses jira webhook and jira rest api to automatically export all data from an issue when the status of that issue is changed to done. (when i move an issue to done in the kanban board). Im struggeling right now, and would really appriciate all the help i can get. how can i achieve this step by step? If someone has any similar solutions that they can show that would also be a big help.

1 answer

0 votes
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.
January 29, 2022

Hi @Jacob Midtvik Diterichson 

You can create a webhook which can be then triggered from your workflow's post function. It is simple to configure. Take a look here.

Ravi

Suggest an answer

Log in or Sign up to answer