Zephyr Scale Server API
| title | description | updated_date |
|---|---|---|
| Zephyr Scale Server API | How to generate API credentials for accessing Zephyr Scale Server test management data through the REST API. | 2025-10-24T16:45:21Z |
What we need
- [] API Token
- [] Jira Server URL (e.g.,
https://your-jira-server.com)
Zephyr Scale Server API should use the same credentials as the ones detailed for Jira OnPrem and Jira Cloud.
Permissions
Please make sure that the token/credentials you provide will enough permissions for these API endpoints:
GET /rest/api/2/projectGET /rest/atm/1.0/testcase/searchGET /rest/atm/1.0/testplan/searchGET /rest/atm/1.0/testrun/searchGET /rest/atm/1.0/testrun/{{testrun_key}}/testresults
For complete Zephyr API documentation, refer to the Zephyr Scale Server API Documentation.