Forums

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

How do I create a filter that shows all user stories and bugs in an initiative?

EricC October 1, 2024

Our company has a large initiative that has 17 parent epics. We'd like to see all the work items that are in each epic, without including the epics. Is there a way to do this?

1 answer

1 accepted

2 votes
Answer accepted
Trudy Claspill
Community Champion
October 1, 2024

Hello @EricC 

Welcome to the Atlassian community.

Yes, there is a way to do that!

Referring to this document:

https://support.atlassian.com/jira-software-cloud/docs/search-for-advanced-roadmaps-custom-fields-in-jql/

...you can use a JQL like this:

issuekey in portfolioChildIssuesOf("INIT-001") AND issueType != Epic

...where INT-001 is the issue key for your initiative. If the children of the Epics might have sub-tasks that you want to exclude also, you can modify the JQL thus:

issuekey in portfolioChildIssuesOf("INIT-001") AND issueType not in (Epic, subTaskIssueTypes())

 

EricC October 2, 2024

That worked, Trudy, thank you so much!

Like Trudy Claspill likes this
Trudy Claspill
Community Champion
October 2, 2024

I'm glad I could help you!

If my response helped you solve your problem, please consider clicking on the Accept Answer button to mark your question as Solved. That helps others searching this community find posts that have validated solutions.

Like EricC likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events