My current hierarchy is Project -> Epic -> Bug and I would like to be able to get all bugs from all epics under a given project. Is there a JQL query that can achieve this? This filter will be used in a Jira dashboard
Hello @Talha Shah
Is your project a Team Managed project or a Company Managed project?
I am assuming when you say your hierarchy starts at Project that you mean a Jira Project, not an issue type that you have named Project.
For a Company Managed project this filter should work:
project=<yourProject> and issueType=Bug and "Epic Link" is not EMPTY
For a Team Managed project this filter should work:
project=<yourProject> and issueType=Bug and Parent is not EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.