Find all unresolved issues in unreleased versions

Daniel Gatere August 18, 2022

Hello community, any suggestions about how to go about this problem using JQL querry.

I would like to return all unresolved issues in unreleased versions

 

1 answer

1 accepted

2 votes
Answer accepted
Dave Mathijs
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 18, 2022

Hi @Daniel Gatere , please try the following JQL:

resolution = Unresolved AND fixVersions in unreleasedVersions

Daniel Gatere August 18, 2022

@Dave Mathijs thank you for your reply but this statement threw an error, any other suggestions?

JQL.png

Dave Mathijs
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 18, 2022

Sorry, this was for Server/DC.

Can you try: resolution = Unresolved AND fixVersion in unreleasedVersions()

fixVersion singular

Like Daniel Gatere likes this
Daniel Gatere August 18, 2022

I was able to resolve this using the statement below;

resolution = Unresolved AND fixVersion in unreleasedVersions()

 

I was missing '()' on the unreleasedVersion and the added 's' on the fixversions.

Thanks Again

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events