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.
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.