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.
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.