markos
2 months agoOccasional Contributor
Is there an API for retrieving test case History in Zephyr Scale?
I am trying to recover from a "bulk edit" done in the Zephyr Scale UI, where I changed a multi-select custom field for a few hundred test cases. Now I want to restore the original value, which I can see in the History tab. It will take many hours/days to revert manually. So I seek an API method.
But there seem to be 2 APIs. The documented API doesn't seem to have history retrieval. Unless it is undocumented. :)
- documented Zephyr Scale Cloud API docs: https://support.smartbear.com/zephyr-scale-cloud/api-docs/
- example: https://api.zephyrscale.smartbear.com/v2/testcases/CQ-T420
--header "Authorization: Bearer ${bearer_token}"
- undocumented Jira plugin (TM4J): none?
- e.g.: https://app.tm4j.smartbear.com/backend/rest/tests/2.0/testcase/CQ-T420/history
--header "Authorization: JWT ${jwt}"