Zephyr Cloud REST API : How to Add Defects by API Update Execution?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2021
06:17 AM
08-18-2021
06:17 AM
Zephyr Cloud REST API : How to Add Defects by API Update Execution?
1) Document : https://zfjcloud.docs.apiary.io/#reference/execution/get-list-of-linked-executions-to-issue/update-e...
2) I can not request API Update Execution by insert field "defects"
got ERROR code 400:
{
"errorType": "ERROR",
"clientMessage": "issueId field value is null or 0 is not valid.",
"errorCode": 123
}
3) If remove field "defects" can received status 200 Success
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2021
06:46 AM
08-18-2021
06:46 AM
I have received status 200 Success
payload : field "defects" have to insert issueId not IssueKey
Example :
"defects": ["48161", "48162"]
