You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
There seem to be a few questions that have been asked along these lines already, but I've not seen an answer that will work for me so hoping the community can help :)
I have an epic:
Which has several stories underneath it:
How do I structure the query so that I can list the children 101 and 102? I'm trying to do this to pull a summary report into Confluence.
For clarity, there are no sub-tasks.
Thanks,
Mel
Hello @Mel Jensen
Try the JQL as "Epic Link" = PROJ-100. This is similar to the previous suggestion by @Avinash Bhagawati _Appfire_ but without the quotes for the issue id.
KIndly share if this helps!!
parent=EPIC-100 ORDER BY rank
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Avinash Bhagawati _Appfire_ - I did try this, but it doesn't produce any results (I triple checked I was using the correct epic ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the JQL query parentEpic = PROJ-100
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there
It would be this to get the children of an EPIC in key order formation
issue in childIssuesOf(PROJ-100) ORDER BY key ASC
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.