Hi - I am trying to add two labels to filter this swimlane query but every time I add "AND Review" (in bold below), I get the Error message. Part of the issue is that "Review" does not show in the dropdown list of Labels to choose from yet it is a configured label with global rights. Any help would be appreciated!
Category = XYZ AND project in (DCPS) AND issuetype in standardIssueTypes() AND (resolution is EMPTY OR resolution not in (Cancelled, Duplicate)) AND labels = Tooling AND Review ORDER BY Rank ASC
Error in the JQL Query: Expecting operator but got 'ORDER'. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 1, character 184)
The second one worked, much appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.