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
I'm currently using this filter to show all Epics and Stories under a feature but I need to show all subtasks also. This filter does not display subtasks but I need to modify it so that it does:
(PMO-21236 is the Feature)
A local admin solved this for me. He added a subtask filter and then a project filter id to get the solution I needed:
project = KCIAPPS AND issuefunction in portfolioChildrenOf("Key = PMO-21236") OR issueFunction in issuesInEpics("\"Parent Link\" = PMO-21236") or issueFunction in subtasksOf("project = KCIAPPS and filter =128318") ORDER BY summary ASC, Rank ASC
Try also the Work Breakdown Structure (WBS) gadget offered by our Great Gadgets app.
This gadget takes the issues from a filter and displays them in a tree structure, by their hierarchy, in form of Epics > Stories, Tasks > Sub-tasks.
If you have Advanced Roadmaps (aka Portfolio) it can display the issues in form of Initiative/Feature Level 1 > Initiative/Feature Level 2 > ... > Epics > Stories, Tasks > Sub-tasks.
All you have to do it to have a filter that returns the issues to be grouped and to configure the gadget to use this filter. Then, the magic will happen.
Please note that this app offers many other gadgets that you might find useful. Just have a look over the articles from our blog to make an idea. It can be a great asset for your team and company.
I hope this helps.
Thank you,
Danut Manda
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.