Update execution
kiwi_update_executionUpdate a test execution with status, build, assignee, start/stop dates, and optionally add a comment to record the outcome.
Instructions
TestExecution.update: status (id or name resolved from the execution run), build, assignee, dates. Optionally adds a comment via TestExecution.add_comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Status name (PASSED, FAILED, ...); resolved from the run | |
| comment | No | Execution comment (separate add_comment call) | |
| assignee | No | Assignee username or id | |
| build_id | No | Build id | |
| status_id | No | Status id (overrides name) | |
| stop_date | No | Stop date (ISO) | |
| start_date | No | Start date (ISO) | |
| execution_id | Yes | id TestExecution |