Hi Team,
I’m using Xray Test Management Plugin in Jira Cloud.
I’m querying Test Executions using the Xray GraphQL API (getTestExecutions) to identify the step status/state for test steps.
However, the GraphQL response always returns the default step statuses provided by Xray, instead of the actual step state updated during test execution.
My requirement is to fetch the real step state/status (for example: custom statuses like NA-PASSED, NORUN, etc.) from the Test Execution using GraphQL.
I’ve attached screenshots for reference showing:
The step status updated in the Test Execution UI
The GraphQL response returning only default values
Could you please let me know:
Is it possible to fetch the actual step state via Xray GraphQL API?
If yes, which query should be used?
If not, is there any alternative API or workaround?
Thanks in advance for your support.
I think you need to combine this with the endpoint https://us.xray.cloud.getxray.app/doc/graphql/getstepstatuses.doc.html
But to be sure, you should reach out to Xray support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.