Befor a new sprint start we prepare a complete structure like test plan, linked test executions and linked test sets for our test analysts. The task of the test analyst is to create test cases and link it to a allready prepared test set. I would like to check which test execution has no linked tests.
The filter "project = "my project" AND issuetype = "Test Execution" shows a list of all test executions.
I would like to select all test executions with "Test Execution Status" = "No tests" but was not be able to create a filter for it.
Hope somebody can help.
Hi Tom,
currently it is not possible to find them directly based on that criteria.
However, a possible workaround would be to use a JQL search similar to:
project = CALC and issuetype = 'Test Execution' and issue in testExecWithTestRunsAssignedToUser('admin')
which will search for test executions that have runs assigned to some user.
We also have this user story in our backlog: https://jira.xpand-addons.com/browse/XRAY-1750 which aims to add the Tests Count custom field to Test Executions so that you can search based on it. Please review and vote on it, so we're able to track your interest in this.
Best regards,
Xray Team
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.