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 a Test Execution issue. A Test issue key can be used in order to return a single TestRun from the Test Execution issue
- In a Test Plan issue
- In a JQL filter that returns several Test Execution issue
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
- https://sandbox.xpand-it.com/rest/raven/2.0/api
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.