We have several stories in an Epic. Each story has several sub-tasks, but the sub-tasks are not linked to the Epic. How do I create a JQL query that will show all the Stories linked to the Epic and the sub-tasks associated to the stories.
Hello @Abe_Roba
I believe this would work:
issuekey in childIssuesOf("EX-000")
...where EX-000 is the issue key of your Epic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.