Back to QMetry All Products Help Page
QMetry Open API
Starting December 5, 2025 (QMetry Test Management for Jira v4.15.1), the QMetry Test Management for Jira documentation moved from its location on Atlassian to a dedicated, standalone QMetry Test Management for Jira documentation page. For the latest updates, refer to QMetry Open API.
The Open API documentation for QTM4J Cloud is migrated from Apiary to Swagger following Apiary’s End of Life (EOL) announcement for their platform. Please refer to the QMetry REST API Swagger portal for the latest and updated specifications.
The document provides all the details a developer needs for each supported API call, along with code samples. The Headers, Body, and Response provided here are for your reference only. You can use tools like Postman to try these APIs.
Note: All Open API responses will correspond to the UTC time zone unless a specific time zone value is supplied in the timeZone header.
Overview of QMetry for Jira Open API Documentation
Go to the QMetry REST API to view and try all APIs.
Benefits of using the QMetry API tool
You get a live instance to test your API; you do not need a separate testing tool to test the APIs.
Headers and Parameters are predefined; provide the API key and trigger the testing.
You can get the output in your preferred multiple languages.
Authentication
QMetry authenticates all the REST API requests using api key. API Key can be generated from Jira, go to QMetry > Configuration > Open API. Here are the detailed steps.
Grouping of APIs
You can see the groups of APIs listed on the screen. Just expand the section you want to view and use the APIs in it. The section is expanded, showing APIs under it.
To access an example of a particular API, click it.
For example, you want to use the API of Create new Test Case. Perform the following steps:
Expand the Test Case API group.
Expand the Create New Test Case API.
It displays relevant examples.
Back to QMetry All Products Help Page