Forums

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

Exporting Data from Jira

Kevin Chmiel September 21, 2017

Hello, 

Im trying to export data from issues into my Java application whenever a new issue is coming in Jira.

Is it possible to do that with the jira API to make this work automatically?

3 answers

2 accepted

2 votes
Answer accepted
Aron Gombas _Midori_
Community Champion
September 21, 2017

You can ask JIRA to call a webhook, i.e. send an HTTP request to your Java application, whenever an issue is created.

See: https://developer.atlassian.com/jiradev/jira-apis/webhooks

2 votes
Answer accepted
Josh Steckler
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 21, 2017

Hi Kevin,

You could use webhooks in JIRA to post issues to a listener.

0 votes
Kevin Chmiel September 21, 2017

Thank you very much! :)

Aron Gombas _Midori_
Community Champion
September 22, 2017

If my answer was helpful, click the checkmark so that other community members see that later.

Suggest an answer

Log in or Sign up to answer