Forums

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

How to retrieve a distinct list of project Key (or name) for a given fix version?

andreia.storti [X]
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!
July 1, 2020

Hi All, I need some help!!
I need to retrieve a distinct list of Project Key (or project name) that belongs to an specific fix version 

hahaha, believe you or not that was my best try!!  :)

"JIRA Project Name" = 'select' 'distinct' project where fixVersion = X

1 answer

0 votes
Andrew Laden
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.
July 2, 2020

JQL (ie issue search) can only return a list of issues, not a list of projects. 

That said, there are various things you can do to get a list of projects. (scripting tools, API calls) etc The best option for you would depend on what you are trying to do?

What are you trying to accomplish by getting a list of projects that contain a version? 

Suggest an answer

Log in or Sign up to answer