We are using Xray and piloting test executions in sprint. Numerous hours have been spent trying to filter Test Executions by related Test type Sprint field without success. Short of forcing testers to add the sprint to each execution can anyone suggest a jql that will filter by related issue sprint?
:)
Hello,
I think we got it to work like this:
Tests linked to Stories of current sprint:
project in ("PROJA", "PROJB")
AND issuetype = Test
AND issueFunction in linkedIssuesOf("Sprint in openSprints() AND Sprint not in futureSprints() and issuetype = Story")
From the question it seems like you asked for this but i think going over the stories should be sufficient:
Test Executions linked to Tests with in current Sprint:
project in ("PROJA", "PROJB")
AND issuetype = "Test Execution"
AND issueFunction in linkedIssuesOf("Sprint in openSprints() AND Sprint not in futureSprints() and issuetype = Test")
Hello, Fey,
Did you ever get a solution for this? It would be very interesting for us to have that as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.