Ravenoslen
4 years agoNew Contributor
How attach files after an automated execution
A few weeks ago we purchased Zephyr Scale for Jira Cloud. I know how it works on Server version and now I implemented the cloud version for execution test, there I don't have any issues, however after an execution I can't upload files like the server version, where the url is like this "/testresult/{testResultId}/attachments" to post a file from a previous result. I'm trying to figure out how I can upload files, but checking the API information I could use " /automations/executions/custom" and I'm getting the following response:
{
"errorCode": 400,
"message": "Couldn't find any mapped test cases",
"status": "Bad Request"
}
How I can resolve this?
Are there any alternatives for cloud version to accomplish this?
In this place for Server version I was able to upload files after an execution with "/testresult/{testResultId}/attachments", for example: