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.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.