We use Story issue_types assigned to Epics and we release code based on completed Epics. Using a query like the following I can show the issues that are not assigned to an Epic but I cannot find a way to show the Epics that do not have any issues assigned to them.
project = PRJ1 AND issue_type = Story AND "Epic Link" is Empty
Is there an advanced query or function that could show this information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.