Extracting Released Versions from Projects in JIRA

William Dao September 17, 2012

I'm developing a tool that grabs information from specific projects in JIRA. I am able to track issues with my tool (via XML list) but I'm finding a hard time trying to determine if the versions in the project are "released". I can see if a version is released when I'm in the JIRA website but I need to find a way to determine all the versions of a project which are released.

Preferrably, is there a way to extract information on whether a version is released or not (similar to how I can save all the issues in an XML format which I can easily use).

Thanks,

1 answer

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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 17, 2012

JIRA Command Line Interface action getVersionList gets the information in csv format:

jira --action getVersionList --project xxxx --outputFormat 2

Suggest an answer

Log in or Sign up to answer