https://support.smartbear.com/zephyr-squad-server/docs/en/zephyr-squad-server-rest-api/zephyr-squad-api---how-to/add-steps-to-tests.html#UUID-b73c0a12-6689-50b0-29ba-334697f2f2c1
I've try to add/update test step with body
POST /rest/zapi/latest/teststep/ISSUE_ID
{
"stepJson": [
{"orderId": 1,
"step": "Step 1 description",
"data": "Step 1 data",
"result": "Step 1 result"
},
{"orderId": 2,
"step": "Step 2 description",
"data": "Step 2 data",
"result": "Step 2 result"
}
]
}
Not work
My expected result
Hi @Sukpanitada Charoensup -- Welcome to the Atlassian Community!
You are asking about the REST API for a vendor's product used as a marketplace addon to Jira Cloud.
I recommend you check that vendor's documentation and / or contact their support team for assistance.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.