Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to make a filter to gather all the Sub-Task of a Task?

Laurence ROBERT November 12, 2019

Or All the Tasks of an EPIC? I did not find the way to express in JQL the keywords to express a link as a child of another ticket.

2 comments

Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 12, 2019

Hi @Laurence ROBERT 

This usually works well with Story - Subtask relationships, should also for Epics, but I haven't tried it

parent=ABC-123

replace ABC-123 with the key for the parent ticket

Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
November 12, 2019

Hi Laurance,

 

You can retrive subtask of a fixed list of parent by doing the following:

parent IN (PARENT-1, PARENT-2, PARENT-3)

 

You can also do the same within epics using the following:

"Epic Link" IN (EPIC-1, EPIC-2, EPIC-3)

 

However, if you need a dynamic list of items, that is, for example all subtask of not "Done" issues you need a third-party app, ie using JQL Booster Pack (FREE) you could type the following:

issue IN subtasksOf("status != Done")

 

You can also might find interesing the following jql functions provided by this app.

  • issuesInEpics()
  • epicsOf()
  • parentsOf() 
  • subtasksOf() 

 

Kind Regards

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events