Filter to view epics with all linked issues closed

Matt Mantel (TT) January 30, 2015

I want to create a filter to pull all open Epics in my project that have all linked issues closed. Is something like this possible without a plug-in? I am currently running JIRA On-Demand.

2 answers

0 votes
Jason Ambrose October 30, 2019

Try this JQL: issuetype = Epic AND resolution is EMPTY AND issueFunction in linkedIssuesOf("resolution is not EMPTY", "has epic")

 

This should work to identify all epics that are not resolved with linked issues that are unresolved.

0 votes
Boris Berenberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 30, 2015

Take a look at: https://answers.atlassian.com/questions/177329 it looks like this is what you are looking for.

Matt Mantel (TT) January 30, 2015

This won't work, I would need to query task status against the epic status. Any other ideas??

 

Boris Berenberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 30, 2015

This plugin may be able to do it for you if you use it to analyze open epics one by one: https://marketplace.atlassian.com/plugins/com.kintosoft.jira.ondemand.links

Suggest an answer

Log in or Sign up to answer