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?
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]
Look here: https://docs.getxray.app/x/V_g1Ag
project = [...] AND issuetype = Story and "Requirement Status" in ("UNCOVERED")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Klaus.
The requirement status does not exist in our Jira instance, but the xray page provides some idea's.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Reinout,
You can activate the request functionality in the project settings.
Actions...Activate requirement coverage
or something like that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.