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
Hi All, I have a project on Jira and EPICs are created for a Release. The EPICs are tagged with a Fix Version to track the Release scope. There are few EPICs in the dashboard which are having status "UNCOVERED". I want an extract of such EPICs to get that updated with Scrum Teams. Is there a filter to see that.
Hi @Deepak Sharma ,
If you want to find Epics that are not assigned to a release, you can use a filter like this:
project = your-project AND type = Epic AND fixVersion is EMPTY
Is that indeed what you are looking for?
Hi Rik,
I want to see the extract of EPICs which are not having any Test Coverage. So the Status shows "UNCOVERED" in Dashboard. They are still part of Release but the problem is Team has to update the test coverage with the stories under that epic. That is a clean up work and ensuring the EPIC is having test coverage via stories.
Example when we see status of EPIC there are multiple which include below listed:-
OK
NOK
NOTRUN
UNCOVERED
I wanted a separate JQL for getting the list of Uncovered EPICS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, it sounds like you're using XRay test management.
If so, you can use a filter such as
project = your-project AND type = Epic AND and "Requirement Status" = "v1.0 - UNCOVERED"
But you should read the app documentation on this to get it exactly right:
https://docs.getxray.app/display/XRAY/Enhanced+querying+with+JQL
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.