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 Date, and we now have these 3 values populated within our Zephyr Scale Test Cases. However, we need visibility of these 3 values from within the Test Cycle screen (on the line layout for each individual Test Case), so that we can schedule these Test Cases for execution by day throughout the Test Cycle. How can we do this please?
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)