Want to find issues for a variety of fixversions that do not have a specific label

Mark Darby July 14, 2020

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

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 14, 2020

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)

Mark Darby July 14, 2020

This works perfect!  Thank you so much!

 

Mark

Suggest an answer

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

Atlassian Community Events