Hi Team,
For my CI/CD automation, I need to create new test execution for each environment at runtime based on the environments available(online). Using GraphQL api command , I am trying to createTestexecution ->
https://us.xray.cloud.getxray.app/doc/graphql/createtestexecution.doc.html
Query
But facing errors ->
{
"errors": [
{
"message": "Error creating Test Execution: tests, in field 'tests', with the following ids not found: 11704!",
"locations": [
{
"line": 1,
"column": 11
}
],
"path": [
"createTestExecution"
]
}
],
"data": {
"createTestExecution": null
}
}
--------------------------
Here : testIssueIds refer to Story id or Test plan id ?
Thanks,
Shriya
Hi @shriya
I'm not with Xray, but reading the error and going over the documentation, to me it seems 11704 is not an ID of a created test in Xray.
Otherwise contact Xray support
Hi Marc,
Thanks for the response.
Yes, I have added Jira ID generated for Jira key using the below command . This was requested by Xray team.
https://securweave.atlassian.net/rest/api/3/issue/<jira-key>
Regards,
Shriya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.