Hello! I've been browsing for an answer for a while but haven't found anything that works. I have multiple epics that are parented to a single feature type issue. Looking to query all of the tasks and stories that are children of those epics as well as any relates to issues. Any help appreciated!
Hi @[deleted]
I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.
Unfortunately, using JQL of Jira, you can only get a list of children’s epics if you know the parent key.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find your stories and tasks that are children of an epic.
issue in childrenOfEpicsInQuery("") and type in (Task, Story)
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
thank you, appreciate the help!
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.