Update test case
kiwi_update_caseUpdate an existing test case in Kiwi TCMS by modifying its summary, status, priority, category, Markdown text, notes, and automation details.
Instructions
TestCase.update. Priority and category accept names; status accepts a name (resolved to id) or status_id. text replaces Kiwi's text field verbatim (Markdown; Kiwi 12+) — no section parsing or merge with the current text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case id | |
| text | No | Full case body as Markdown (setup, steps, expected, ...). Replaces the whole field. | |
| notes | No | Notes | |
| script | No | Automation script path | |
| status | No | New status name | |
| summary | No | New case summary | |
| category | No | Category name or id | |
| priority | No | Priority value or id | |
| arguments | No | Automation script arguments | |
| automated | No | Whether the case is automated (is_automated) | |
| status_id | No | New status id (overrides name) | |
| requirement | No | Requirement reference: a path or URL to the source requirement |