Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Quick Filters with subtask

Jacco Dammer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 16, 2023

Hello,

 

Currently I am trying to get a quick filter where it will look to the summary of the story and check if there is "LCM" in it. This works, but it only shows the story and not the subtasks of that story. Whats the best way of adding these subtasks to make them also visible in that quick filter.

I've read that I can also use labels, but I was hoping there was the possibility to say in JQL to add the underlying subtasks with it as well.

1 answer

0 votes
Aron Gombas _Midori_
Community Champion
March 17, 2023

For this, you'd need to write a query like this:

summary ~ "LCM" or (parent.summary ~ "LCM")

The first part would match the story while the second part would match the sub-tasks.

The problem is that you can't check the parents' properties in JQL using the built-in features. For that, you will need a third party app. There are several, just check out Atlassian Marketplace!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events