Is there a way to query for tests runs that are part of an execution which have a linked issue which has a type of bug? I don't want to find tests that have created a bug, as sometimes we need to link more than one test case to a bug (so only one case has created that bug, rest link to it once created).
Or, can I search for test cases which are currently in Passed status and were previously in Failed status?
I am trying to calculate tests which passed on the first run.
Thanks!
Community moderators have prevented the ability to post new answers.
You may find some JQL function in this documentation page that should be helpful:
https://docs.getxray.app/display/XRAY/Enhanced+querying+with+JQL
Such as: defectsCreatedDuringTestExecution and defectsCreatedDuringTesting.
You may also use the Test Runs Report that provides extensive information about the Test Runs, and also allows to export the information into CSV:
https://docs.getxray.app/display/XRAY/Test+Runs+Report
With this report or with the exported CSV you should be able to filter the information you need.
Kind regards,
Rogério Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.