Hi Team,
I have 2 issues:
GET:
I have tried fetching details of an Xray test using https://<>.atlassian.net/rest/api/2/issue/<key>
I am unable to retrieve the test steps in the API response.
POST:
I am trying to add test steps in a post call. Unable to do so.
Request:
{
"fields": {
"project": {
"key": "<>"
},
"issuetype": {
"name": "Xray Test"
},
"summary": "Summary",
"description": "Description,
"labels": [],
"priority": {
"name": "Minor"
},
"customfield_10027": [
{
"value": "<>"
}
],
"customfield_10041": 4,
"reporter": {
"name": "Mahima.Viswanathan"
},
"assignee": {
"name": "Mahima.Viswanathan"
}
}
}
Response: is a success
However i am unable to add any fields for the manual steps in the request. Hence, the steps and expected results are not populated.
Could you please help me with this issue?
Please reach out to me incase you require more details.
Hi @Mahima.V
You can look at our Xray GraphQL API documentation for guidance: https://xray.cloud.xpand-it.com/doc/graphql
If you still face difficulties or have any questions please contact our Support Service desk.
Best Regards,
Team Xray
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.