Forums

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

Can I get a list of all Jira projects that are releasing in a certain FixVersion

Gunther De Cock
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!
June 19, 2018

f.e.
1) Jira Project A with 2 FixVersions:  201806 and 201809
2) Jira Project B with FixVersion 201806
3) Jira Project C with FixVersion 201809

How can I get a list of all Projects that are releasing in FixVersion 201809 ?
The result has to be : A & C 

2 answers

1 vote
Nic Brough -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.
June 19, 2018

You will need to write JQL to include all of the fix versions explicitly.

Versions are project-specific items, whatever you call them, so what you'll need to write is actually going to look like "fixversion in (201809, 201809)".  In the background, Jira will be running "fixversion in (Project-A-201809, Project-C-201809)".

1 vote
Tarun Sapra
Community Champion
June 19, 2018

You can write a JQL 

fixVersion = 201809 

And then in the issue navigator view select the "column" project and then you can see the list of projects for the mentioned fixVersion and you can also take an export of the search results and filter on the only unique values for the project. 

Suggest an answer

Log in or Sign up to answer