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!!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.