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
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.