Is it possible ?
JQL to get list of all EPIC which are not having stories under section "Issues in epic"
If you have scriptrunner you can do something like this.
project=PROJECTNAME and issuetype = EPIC and issueFunction NOT in hasLinks( "is parent of")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.