Create, Edit and Delete Templates
Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/zephyr-enterprise/zephyr-user-guide/zephyr-test-automation/parser-templates/create,-edit-and-delete-templates.html
Use API
To create, edit or delete parser templates, you can send requests to the Zephyr Enterprise API. To do this, you can the cURL command-line utility or use special applications like Swagger Inspector or SoapUI.Â
EndpointÂ
Use the following endpoint for your requests:Â
http(s)://{your-zephyr}{:port}/flex/services/rest/latest/parsertemplateÂ
Here, your-zephyr is the host name or IP address of your Zephyr server, and port is the port which it uses. The default ports are 443 for HTTPS and 80 for HTTP.
If you use the Cloud edition of Zephyr Enterprise, use the address of your Zephyr instance. Typically, it looks like --Â
https://{your-company-name}.yourzephyr.com/flex/services/rest/latest/parsertemplate
Â
If you send requests from the computer, where your Zephyr Enterprise server is running, you can use localhost in the URL:Â
http://localhost/flex/services/rest/latest/parsertemplate
Â
Operations
Get a list of available templates
Starting Release 8.2, Zephyr Enterprise documentation is moving from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise Documentation page. https://support.smartbear.com/zephyr-enterprise/docs/en/welcome-to-zephyr-enterprise.html