You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to filter epic without any story created?
In the beginning of each sprint, I will create story's based on the epic . sometimes, one or 2 epic will be missed.
I want to have a JQL filter to avoid this mistake.
Could you help on this?
Hi @JQL_newbee
I’m Maurício, a support engineer at Appfire and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this function to find all the Epics without any story created:
storiesInEpicCount = 0
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
Are you trying to ensure that all Epics have some associated stories? I don't think you can do this with vanilla JQL but can do it with some marketplace add-ons. Have a look at this previous question: https://community.atlassian.com/t5/Jira-Core-Server-questions/How-to-filter-epics-without-stories-by-using-JQL/qaq-p/1283443
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello and welcome!
this filter will return all Epics in a given project. It can be refined further to only show ones in a particular status and similar stuff:
project = YOURPROJ AND issuetype = Epic
To use it, go to the issue search (in the top navigation menu), switch to the "advanced" search on the right hand side and enter the query (with adapting YOURPROJ to the project key youre interested in).
regards
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.