Hello,
I want to find all the issues that I've assigned to multiple fixversions that do not have a label. The JQL that I'm using returns no results:
fixversion in ("Blue Button Prototype", "EPM Upgrade Planning (Tech Roadmap 2021)", "InCommon for ECHO", "Cloud Implementation 1.0", "TrialPay Replacement") AND labels not in (FY21TechRoadmap)
Searching for fixversions is no issue. Searching for the lack of a label is no issue. Combining the two fails. Any suggestions?
Thanks,
Mark
My guess is that all your issues have one or more labels.
Try:
fixversion in ("Blue Button Prototype", "EPM Upgrade Planning (Tech Roadmap 2021)", "InCommon for ECHO", "Cloud Implementation 1.0", "TrialPay Replacement") AND (labels not in (FY21TechRoadmap) OR labels is empty)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.