Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Let's say I have just completed a Xray test execution which was labeled with a specific version. During that test execution I have created a new Defect (via the "Defects" column of the current test's execution).
When I'm done with testing I would like to get an overview of all the defects created during that test execution. Preferably this should also be somehow linked to the version I tested.
I tried this JQL query:
project = MyTestProject and issue in defectsCreatedDuringTesting()
But this gave me 0 results.
Hi Christian,
glad you figured it out
Regards,
Xpand Add-ons
Ha silly me. I got the project part wrong. I filtered for the project holding the tests, but the actual defects were created in a different project.
So actually the filter should be:
project = ProjectUnderTest and issue in defectsCreatedDuringTesting() and affectedVersion = 1.2.3
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.