bulk_update_test_executions
Apply a single execution result, environment, or build to multiple test case executions in a test cycle using their map IDs.
Instructions
Apply the same execution result, environment, or build to multiple test case executions at once. Use testCycleTestCaseMapIds from get_test_cycle_executions (the 'testCycleTestCaseMapId' field). Returns 204 on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycleId | Yes | Test cycle ID | |
| testCycleTestCaseMapIds | Yes | Test-case-execution map IDs to update | |
| executionResultId | No | Execution result ID to apply to all | |
| environmentId | No | Environment ID to apply to all | |
| buildId | No | Build ID to apply to all |