Update TestRail Run
update_runModify existing test runs in TestRail by updating details like name, description, milestone, case selection, configurations, dates, and custom fields to keep test data current.
Instructions
Updates an existing test run. Partial updates are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The ID of the test run to be updated | |
| name | No | The name of the test run | |
| description | No | The description of the test run | |
| milestone_id | No | The ID of the milestone | |
| include_all | No | True for including all test cases and false for a custom case selection | |
| case_ids | No | An array of case IDs for the custom case selection | |
| config | No | A comma-separated list of configuration IDs | |
| config_ids | No | An array of configuration IDs | |
| refs | No | A string of external requirements | |
| start_on | No | The start date (Unix timestamp) | |
| due_on | No | The due date (Unix timestamp) | |
| custom | No | Custom fields (key-value pairs) |