Forums

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

JIRA Xray Cloud Test Run Status not showing in JQL

Carla James
October 7, 2025

We migrated to JIRA Xray Cloud. I am using the following JQL - issuetype = 'Test' and issue in testExecutionTests('DEMO-9')&fields=*all. This returns a list of test associated with the Test Execution, but it does not return the Test Run Status (TODO, PASS, FAIL). I can see the issue status (OPEN, CLOSED), but not the test run status. This was possible to see when using the RAVEN function on the Server installation. Is there any workaround for this?

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Shai Gilboa
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 Champions.
January 11, 2026

If this is still relevant you might want to check Xray's new Enhanced Querying with JQL options. They published this about a month ago, and they still consider this beta.

It won't give you the TEs results but it can allow you to filter by results.

Example -  issue in testExecutionTests("MYKEY-123", "PASSED") returns all tests in given TE which passed.

TAGS
AUG Leaders

Atlassian Community Events