Hi,
I am using Jira cloud and I installed the Xray add-on. and my question is how to query Test Execution with Rest API. I used below but getting 404 error.
https://jiraserver/rest/raven/latest/api/testexec/{testexecution ID}/test
The above URL works fine if the jira hosted on my data center but it doesn't work for cloud. Any particular reason? Please suggest what should I use for Cloud version to get the test case details under a test execution
Thanks!
Hi @Kunal
The Jira Cloud architecture is very different from the Server, so there are some differences between the two apps. Actually, Xray Server and Xray Cloud should be understood as two different apps.
In Xray Cloud you should use the GraphQL API query getTestExecutions, in the documentation page there are some examples of usage.
If you need further help, please contact the Xray Support (http://xraysupport.xpand-it.com).
Kind regards,
Rogério Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.