update_case
Update test cases in TestRail with partial updates. Specify only changed fields using system names from get_case_fields.
Instructions
Update a test case in TestRail. The update operation requires knowing valid field names that are returned by get_case_fields tool. Supports partial updates — only specify the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | The ID of the test case to update (e.g. '123' or 'C123') | |
| fields | Yes | Must use system_name values from get_case_fields. Call get_case_fields with project_id first if field names are not already known. Using an unknown field name (e.g. 'label_ids') will result in an error. Example: {"priority_id": 2, "template_id": 1, "labels": [1, 2]} |