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.
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.