-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 7.1.2
-
Component/s: JQL
-
7.01
-
Severity 3 - Minor
I want to find all issues that DO NOT have the label affects-cloud
my jql query
Project = CONF AND created > startOfDay() AND labels not in (affects-cloud) AND resolution is empty ORDER BY created
returns empty even when I know there are tickets without the label affects-cloud there.