I am trying to integrate the Bamboo, Jira-Zephyr Scale and Cucumber test. I have created a job in Bamboo to run my cucumber tests and want to upload .json results to Jira. Somehow I am getting an error while uploading results using Zephyr Scale API. I am using the below command to do so:
curl -H "Authorization: Bearer {token}" -F "file=C:/results/cucumber.zip;type=application/x-zip-compressed" https://domainname.atlassian.net/v2/automations/executions/cucumber?projectKey=${projectkey} -v
It is giving me an error like: Oops, you've found a dead link.
I have referred documentations from the following page:
https://support.smartbear.com/zephyr-scale-cloud/api-docs/#operation/createCucumberExecutions