update_test_case
Update a test case by ID or name, modifying only provided fields. Set assignee to null to unassign.
Instructions
Update a test case. Accepts test case ID or name. Only provided fields are modified. Set assignee to null to unassign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| testCase | Yes | a string that will be trimmed | |
| name | No | a string that will be trimmed | |
| description | No | New description (null to clear) | |
| type | No | New test case type | |
| priority | No | New priority | |
| status | No | New status | |
| assignee | No | New assignee name or email (null to unassign) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |