Test Management
Create test run
Start a new test run and automatically enrol all ready test cases.
POST
Creates a new test run for the given project. All test cases with status
READY are automatically enrolled at the moment the run is created. The run begins immediately with status IN_PROGRESS.
Only test cases in
READY status are enrolled. Cases in DRAFT or other statuses are excluded. You must hold write access to the target space.Path parameters
The slug of the space the project belongs to.
The ID of the test project to run.
Request body
Name of the test run (e.g.,
Sprint 42 — Regression).Optional description of the test run.
ID of a milestone to associate with this run.
Response
Unique identifier of the newly created test run.
Name of the test run.
Status of the run. Always
IN_PROGRESS on creation.ID of the test project this run belongs to.
ISO 8601 timestamp of when the run was created.

