Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can filter on stories which have test objects linked in quickfilters?

Reinout van Noort October 27, 2021

Within our organization, we have added Xray to our Jira instance.

Xray allows us to create tests objects in Jira.

As a Testmanager I would like to view which stories do have tests linked.

I have tried adding following quick filters, but the Issuetype 'Test' seems not to be recognized 

linkedIssue = Test

issueIsTestedBy = EMPTY

Do you have an idea how I filter on stories with tests linked?

2 answers

1 vote
Rogério Paiva - Xray Xporter
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.
November 8, 2021

Hi @Reinout van Noort,

The traceability could be an option to get the information you need since the JQL function linkedissues is based on a specific issue key and Xray Cloud does not have the same JQL functions provided in the server, due to be different architecture.
Please check the documentation on the Traceability report here: https://docs.getxray.app/display/XRAYCLOUD/Traceability+Report

Thank you.

Kind regards,
Rogerio Paiva [Xray Support Team]

0 votes
Klaus Hartmann October 27, 2021

Look here: https://docs.getxray.app/x/V_g1Ag

project = [...] AND issuetype = Story and "Requirement Status" in ("UNCOVERED")

Reinout van Noort October 28, 2021

Thank you Klaus.

The requirement status does not exist in our Jira instance, but the xray page provides some idea's.

Klaus Hartmann October 28, 2021

Hi Reinout,

You can activate the request functionality in the project settings.

Actions...Activate requirement coverage

or something like that

Suggest an answer

Log in or Sign up to answer