Am using the Jira cloud
I have a Project = Alpha
the project has 6 Epics
4 Epics each have 2 stories
2 Epics don't have any stories
I want to filter all the Epics with Stories and. Epics without stories irrespective of the status of the stories.
Hello @Ujjwal Jayswal
Welcome to the Atlassian community.
With only native Jira filter capabilities it is not possible to filter for Epics based on whether or not they have child issues.
There are third party apps that add functionality that would enable you to do this. You can investigate the options in the Atlassian Marketplace. Here is a search to help you get started:
https://marketplace.atlassian.com/search?query=jql&product=jira&hosting=cloud
Do you already have any of these apps available in your Jira instance? Are you willing to consider an app?
What do you want to do with the results of the search? It may be possible to get the list through an Automation Rule, through which you could email the results to specified recipients.
Another work around would be
Welcome to the community!
I do not think you can query to pull epics that have linked issues(stories).
You could pull epics and stories by using the below JQL
project = ATestProject AND issuetype IN ( Epic, Story)
Hope this helps.
Thanks
Varsha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.