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 all,
I want to see all the subtasks and stories under an epic at one place.
I can only view Stories in the backlog and when I click on the epic, it shows me stories and only some subtasks (which I bulk uploaded)
Somehow, the subtasks which I manually created do not show up under the epic link, only the stories show up.
I am not able to view all the subtasks and stories under the epic in one place and its becoming harder to assign tasks to people and manage the board. Can anyone help me out with this ?
Thanks
I’m Maurício, a support engineer at Appfire and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all Stories and Subtasks under Epics:
issue in childrenOfIssuesInQueryRecursive("type=Epic")
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
Hi mauricio,
is there any JQL query which doesnt require me to install the Extension ?
maybe by using childIssuesOf() function ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community !!
If you are on Jira Premium, you can use Advanced Roadmaps to view your hierarchies.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I understand you want to see the entire issue hierarchy - stories, subtasks, and subtasks of stories - below an epic? This is indeed a bit trickier than one would think. A few directions forward:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to expand on the last point, this is how this would look in the app that my team and I are working on, JXL for Jira:
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of advanced features, including support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
As said above, there may be other apps that can help with this too. You may already know that you can trial any app for free for 1 month, and depending on the size of your size, it may be free forever. So if an app is an option for your, perhaps try a few and see which works best for you.
Any questions just let me know,
Best,
Hannes
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.