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

1 vote
Answer accepted
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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

1 vote
Answer accepted
josh
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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