How can I search for all issues without an assigned Epic?
I have tried using `parentEpic`, `Epic Link` and `Epic Name` fields, but none show any results when searching for `is Empty` or `= Empty`
I have only been able to find issues with Epics by using the parentEpic field, like parentEpic = <XX-###>
Hi @jake ,
You can't get the expected results with the following query?
"Epic Link" is EMPTY and issuetype != Epic
What is the difference between the data queried and expected?
How about this one?
parent is null and issuetype != Epic and project = xxx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.