Forums

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

how to do an extract of all Releases data across all projects in Jira?

shiva kumar
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!
September 23, 2018

Hello,

I want to extract of all Releases data across all projects in Jira, 

Would like to include Fix Version ID, Release Date, Release description. 

 

Any help and suggestions are appreciated!!

Thank you!!

1 answer

0 votes
Daniel Deng
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 23, 2018

Hi Shiva

You can use REST api to extract the data.

Load all the projects and extract the version info. 

https://developer.atlassian.com/server/jira/platform/rest-apis/

besides of using REST directly, there are a wide variaty of tool kits you can use. A good example here if you are comfort with python. https://jira.readthedocs.io/en/master/index.html

Suggest an answer

Log in or Sign up to answer