Forums

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

Extracting Released Versions from Projects in JIRA

William Dao
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 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
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
TAGS
AUG Leaders

Atlassian Community Events