How to find defects created during one Xray test execution

Christian September 23, 2016

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.

2 answers

0 votes
Xpand IT
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 16, 2017

Hi Christian,

glad you figured it out smile

Regards,

Xpand Add-ons

0 votes
Christian September 23, 2016

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events