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
I need to find out stories in the current sprint in which testcases are not added. I wrote a query and it works
issueLinkType != "tested by" AND type = Story AND Sprint in openSprints()
But my problem is I need to filter testcases with a particular label is present .Because story might have som other testcases without this label and the above query gives no result. I need to filter userstories in which the testcases with a particular label is not present
Welcome to the community.
Do you use any add-ons for test issues? Is Jira cloud or server version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.