Forums

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

How to fiter epic with tasks and subtasks in it?

Amare Janjeva January 7, 2023

Hello,

 

What JQL query should i use to filter all tasks and subtasks only in 1 epic?

 

I need to show only 1 epic in the dashboard.

 

Thank you in advance

2 answers

2 accepted

2 votes
Answer accepted
Jack Brickey
Community Champion
January 7, 2023

hi @Amare Janjeva ,

if you use this filter...

parentEpic = ABC-123

then your Board will only show issues within that epic. Primary (Stories/Tasks) and Secondary (sub-tasks) will be included.

Amare Janjeva January 8, 2023

It's not working still.

I still see only tasks not the subtasks inside of them.

Is there something more complex that I should write :)?

2 votes
Answer accepted
Walter Buggenhout
Community Champion
January 7, 2023

Hi @Amare Janjeva and welcome to the Community!

Assuming you know exactly what the Epic's issue key is, the following should help:

"Epic Link" = EPIC-234

where EPIC-234 is the issue key of your epic

However, Atlassian is currently transforming the way child issues are linked to Epics. If the above does not work, you can also try the following instead:

Parent = EPIC-234

Hope this helps!

Amare Janjeva January 8, 2023

It's not working still :(

I still see only tasks not the subtasks inside of them

Suggest an answer

Log in or Sign up to answer