mgavan
4 years agoNew Contributor
Upload Test Cycle Information
Hello, I am a rookie Zephyr Scale user. My customer is using the integrated version in their JIRA environment. Our Test Case upload template contains Tester, Planned Start Date, Planned Completion ...
- 4 years ago
Have you considered using the API endpoint: /testrun/{testRunKey}/testcase/{testCaseKey}/testresult
I think that might do what you need. There's a PUT option which is for updates or you can POST new records.
The REST API specs for the Server version can be found here: Zephyr Scale Server API (v1) (smartbear.com)