Forum Discussion

mgavan's avatar
mgavan
New Contributor
3 years ago
Solved

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 ...
  • MisterB's avatar
    MisterB
    3 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)