titledescriptionupdated_date
Zephyr Scale Server APIHow 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/project
  • GET /rest/atm/1.0/testcase/search
  • GET /rest/atm/1.0/testplan/search
  • GET /rest/atm/1.0/testrun/search
  • GET /rest/atm/1.0/testrun/{{testrun_key}}/testresults

For complete Zephyr API documentation, refer to the Zephyr Scale Server API Documentation.