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
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.
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 :)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not working still :(
I still see only tasks not the subtasks inside of them
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.