update_case
Update a TestRail test case by providing its ID and changing fields like title, priority, type, estimate, or references.
Instructions
Update a test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | No | Comma-separated references | |
| title | No | Case title | |
| case_id | Yes | Test case ID | |
| type_id | No | Case type ID | |
| estimate | No | Estimated time | |
| priority_id | No | Priority ID | |
| template_id | No | Template ID | |
| milestone_id | No | Milestone ID |