The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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
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!
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