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