Dear Community
We would like to use Jira Xray for testing purposes. As we have many test execution over the year I would like to be able to create reports per test phase.
I thought about using labels or components within the test executions to filter for it (as the tests should be reusable, we do not want to use labels/components there). Unfortunately I then cannot see all tests per test phase.
Is there any JQL option that shows me all tests, that are within a test execution which as a specific label/component?
Or do you guys have any other idea how to tackle my problem?
Many thanks & best regards
You can use something similar to this JQL, just need to adapt it to your particular case:
project = <yourprojectname> and issuetype = 'Test' and issue in testExecutionTests('DEMO-9') and labels=<yourlabelname>
More info here: https://confluence.xpand-it.com/display/public/XRAY/Enhanced+querying+with+JQL
Best Regards,
Team Xray
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.