project = "xxxxxxxx" AND issuetype in (Bug, Story, task) AND (Sprint is EMPTY OR Sprint in closedSprints() AND sprint not in futureSprints() AND labels not in (Groomed, groomed)) AND status in (Open) ORDER BY Rank ASC
still, in the result, I am seeing stories/task/bugs which have labels = Groomed.
Please help i am new to the tool and i have tried all the possible ways but unable to filter out stuff which is ungroomed in Product back log.Thanks in anticipation
Hi @gaurav kumar ,
If only the following query conditions are used, does the result exclude Groomed ?
labels not in (Groomed, groomed)
The statement contains many conditions of And and Or, maybe you can try to modify the position of the above statement.
Just a check, the ticket you have found, could it be a typ o in the label ?
"Groomed " or " Groomed"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tomas Gustavsson I did not get the point "typ o in the label" as "Groomed " or " Groomed" looks same to me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for late reply, i was thinking of if there is a whitespace befor or after your label.
and if that might be the reason.
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.