Forums

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

Is it possible to export "Progress" information from Releases (Fix versions) via Rest API?

SneekyGenie February 25, 2022

Hi,

I am able to export all the release versions from a particular project by triggering a GET Request via Rest API(

https://<jira_url>/rest/api/2/project/<project_name>/version

). However, I cannot see the Progress of release in the output file. The reason I need to see Progress in the output file is that I want to filter out those release versions that have No Issue later in my data analysis.

Can anyone please let me know if it is possible to also export the Progress details using REST Api?

Thanks so much.

release.png

1 answer

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
February 25, 2022

Hi @SneekyGenie ,

you can use the following rest apis to retireve information about version status :

If you need a specific rest to retrieve issues in version status you can use the following REST API https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/search-search to search issues based on JQL and then, for each, retrieve the related status.

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer