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.