executions_create
Create a new test execution in a specified test cycle and project with optional fields like assignee and expected result.
Instructions
Create execution
Tag: Executions
The state field is system-managed and is silently ignored if sent in the body. Use /v1/executions-run, /v1/executions-pause and /v1/executions-finish to drive transitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| statusId | No | ||
| projectId | Yes | ||
| assignedTo | No | ||
| testCaseId | Yes | ||
| observation | No | ||
| testsCycleId | Yes | ||
| expectedResult | No | ||
| projectPlatformId | No |