How do I find Orphaned epics?

Greg Camenzind March 12, 2021

I would like to find a JQL query that will identify "Orphaned" epics (i.e. epics that are NOT child issues of a Feature or Initiative.) in my project.

Is there something in the Jira documentation under Advanced JQL Searching that could help me with this?

Thanks!

2 answers

1 vote
Paul O
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.
March 13, 2021

I'm assuming your are using Advanced roadmaps as you are referring to items in the hierarchy above EPIC. That being the case you could use the JQL

issuetype = EPIC and "Parent Link" is EMPTY

See: https://confluence.atlassian.com/jiraportfolioserver/searching-for-issues-using-advanced-roadmaps-details-940678957.html for more details. 

0 votes
sainath baddam December 15, 2021

Have you found any solutions to this? I'm also trying to filter all epic without Parent link i.e., not associated with an initiative using the below

Project in X AND "Parent link" is Empty

This always throws an error and have found that this is a known bug in Jira. Below is the link,

https://jira.atlassian.com/browse/JSWCLOUD-21810

Please let me know if you have found an alternative approach for filtering the orphan epics.

 

Thanks 

Sainath

Suggest an answer

Log in or Sign up to answer