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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,754
Community Members
 
Community Events
184
Community Groups

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

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.
Nov 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.
Nov 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