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
Hi @Daniel Gatere , please try the following JQL:
resolution = Unresolved AND fixVersions in unreleasedVersions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, this was for Server/DC.
Can you try: resolution = Unresolved AND fixVersion in unreleasedVersions()
fixVersion singular
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.