Hi there, I've created a query which filters stories and sub-tasks if the contains a certain label:
labels in (Progress) OR issueFunction in subtasksOf("labels in (\"Progress\")")
Now would filter all stories that don't contain the label and the corresponding sub-taks, All the subt-takss are not labelled.
The query should filter all stories that have a different label or no label and the child sub-tasks.
Thanks in advance for any support, Holger
Could you give a specific example of what you're looking for?
labels not in (Progress) OR issuefunction not in subtasksOf("labels in (Progress)") would return any stories that don't have the label or stories whose sub-tasks don't have the label, but I have a feeling that's not what you're looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.