Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue Filter for all issuetypes under a specific feature (Epics, Story, subtasks)

Edward Olszanowski
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 19, 2023

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)

 

project = KCIAPPS AND issuefunction in portfolioChildrenOf("Key = PMO-21236") OR issueFunction in issuesInEpics("\"Parent Link\" = PMO-21236") ORDER BY Rank ASC

2 answers

1 vote
Edward Olszanowski
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 19, 2023

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

0 votes
Danut M _StonikByte_
Atlassian Partner
October 19, 2023

Hi @Edward Olszanowski,

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.

image.png

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 

Suggest an answer

Log in or Sign up to answer