How do I build a JQL Filter showing X RAY "Test" for a given STORY?

Piotr Rogalski October 30, 2020

Hi, I need to search for all XRAY objects that are assigned to a given STORY:

story XXX-1 in Project AAA has tests defined in XRAY:
XXX-2
XXX-3
XXX-4

How to build a JQL that looks up tests XXX-2, XXX-3 and XXX-4 for story XXX-1 in an AAA project?

 

Piotr.

1 answer

0 votes
Sergio Freire - Xblend
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 6, 2020

Hi @Piotr Rogalski 

To obtain that information you can use the requirementTests Enhanced JQL Function. Like so:

project = AAA AND issuetype = 'Test' AND key in requirementTests('XXX-1')

If you have any more questions, please contact us through our Service Desk.

 

Sérgio

______

Solution Architect and Testing Advocate @Xray

Personal blog on testing, Agile and software development: https://sergiofreire.com

Follow me on Twitter: https://twitter.com/darktelecom

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events