I have a set of Epics that of which some do and some do not have a value for 'Epic Name'. The field is a required field, but it was not when these issues were created. I want to query all Epics for which Epic Name is not filled out.
What I have tried so far:
These queries
- type=Epic AND "Epic Name" = ""
- type=Epic AND "Epic Name" = empty
- type=Epic AND "Epic Name" is empty
- type=Epic AND "Epic Name" = " "
Unlocked the 'Epic Name' field in the database
Digging around in the database leads me to believe that these issues to not have an associated custom field 'Epic Name' at all, so it doesn't have a value of Null - it just doesn't exist.
How could I find my Epics that do not have an Epic Name associated?