Forums

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

Exporting Data from Jira to a database for manipulation

Paul Ormonde-James
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!
November 19, 2018

Hi,

My team is new to JIRA and would like to export data from JIRA by making a call for data. This call would be daily. We would like to specify which Boards we call for interogation. Is there a simple way??

1 answer

0 votes
Nic Brough -Adaptavist-
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.
November 20, 2018

You should use the REST API to draw out the data you want.  Have a look at https://developer.atlassian.com/server/jira/platform/rest-apis/ to get started

There's no way to grab "boards" though, as they're an interpreted view of a data set.  You'll need to replicate the queries behind them.

Suggest an answer

Log in or Sign up to answer