GET /testruns

Retrieves all the Test Runs from a given context. With this endpoint you can obtain all the Test Runs (paginated) in one of the following contexts:

In case the Test Run has iterations, steps will not appear. However, if the Test has parameters but executed one time, it will show the steps and the parameters info.

Servers

Query parameters

Name Type Required Description
testExecKey String No

The Test Execution issue key

page Integer No

The number of the results page

testPlanKey String No

The Test Plan issue key

limit Integer No

The number of maximum Test Runs to be returned

testKey String No

The Test issue key (may only be used when using the "testExecKey" param)

savedFilterId String No

The Jira JQL filter ID or name containing Test Executions issues

includeTestFields String No

List of custom fields of the Test issue to be return in the responde (several custom fields can be requested by separating them with ',')

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.