Hallo Community team,
Please help on the following
-> we need a query that should report the parent & all its child...
e.g. Epic & all the stories underneath
I’m Prosper, a support engineer at Appfire, and I’m here to help you.
Unfortunately, natively, you’ll not be able to do it dynamically. However, in the app my team works, JQL Search Extensions for Jira, you can use the query below to get your desired results:
issue in epicsOfChildrenInQuery("") and key = 'EpicKey' OR issue in childrenOfIssuesInQuery("key = 'EpicKey'")
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards.
Hi Santhana,
Try this: parent = ABC-123
where ABC-123 is the issue key of the Epic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hallo John,
Thanks for your response, but my expectation is as below
ABC-123 -> CDE-1, CDE-2, CD-3
where ABC is epic, and CDEs are stories. In this case we need the 3 stories list in one column and corresponding epic in another column
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.