Hi there,
I've set up a filter like this:
project = "BIB" and labels in (AF) ORDER BY created DESC
The filter shows only stories but not sub-task, even if I've assigned AF as label to my sub-tasks.
What am I doing wrong?
Giulio
Forget my silly question, The JQL is correct. Apparently the labels weren't applied to the sub-tasks.
Thank you
With standard JQL, you can't get the subtasks based on their parents labels.
Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions
After you install the app, you can simply search:
labels=MyLabel OR issue in subtasksOfParentsInQuery("labels=MyLabel")
Check out the documentation for more examples.
I hope this helps!
Daniel
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.