Forums

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

JIRA Query for Sub tasks but show Stories

Natasha Gillam
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!
July 26, 2023

Hi

What is the JIRA query to display stories under a particular EPIC when the sub tasks is in Progress and has a particular title or could be a label? 

1 answer

1 vote
Ste Wright
Community Champion
July 30, 2023

Hi @Natasha Gillam 

There isn't a native JQL function that does this, as it requires sub-querying - i.e...

  • Stories which have a specific Epic Link - works in standard JQL
  • But, the Stories must have Sub-tasks - sub-query
  • And those Sub-tasks must have specific titles or labels - further sub-query

For the sub-querying, you'll need an App from the Marketplace, such as...

You can then use sub-queries to do the above.

If you already have one of these Apps, let us know which one, and whether you use Jira Cloud or Server/Data Center, so we can help create the query with you :)

Ste

Suggest an answer

Log in or Sign up to answer