How do I get the fixversion ID?

Karie Kelly
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.
November 27, 2012

I read in Atlassian's documentation that when writing queries using the fixversion as criteria, that we should use the ID and not the name since the name could exist in multiple projects and the name could change.

However, I've navigated to the version different ways to try to figure it out from the URL, but have been unsuccessful.

How do I determine the fix version ID?

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
November 27, 2012

Browse to a version in your project and you will see the version id at the end of url.

Something like https://xxxx.atlassian.net/browse/XXX/fixforversion/10100 where 10100 is the id.

starwarsfan
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.
February 4, 2014

Seems to work no longer on current Jira. If I try this, the URL looks like this:

https://foo.bar.com/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+KIHUB+AND+resolution+%3D+Unresolved+AND+fixVersion+%3D+%22Release+5.1%22+ORDER+BY+priority+DESC&mode=hide

so how or where do I see the fixversion IDs on Jira 6.1.x?

Kind regards in advance,

Yves

Milind Mehta July 30, 2015

@Jobin Kuruvilla [Go2Group] you are saying from Rest and we are asking from the Java Class i have Collection<Version> issueVersion; where all issue i have now i want fixversionID so could i get ?

Dirk Claus May 19, 2016

Using REST API as described here works for me: https://answers.atlassian.com/questions/203842 smile

Suggest an answer

Log in or Sign up to answer