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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.