update_test_case
Modify an existing TestRail test case by ID, updating title, references, priority, or automation ID. Change specific fields while preserving the rest of the case.
Instructions
Update a test case with new information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | No | Optional: References (e.g., Jira ticket IDs) | |
| title | No | Optional: New title for the test case | |
| case_id | Yes | The ID of the test case to update | |
| priority_id | No | Optional: Priority ID (1=Low, 2=Medium, 3=High, 4=Critical) | |
| custom_automation_id | No | Optional: Automation ID (e.g., test file path or identifier) |