updateRun
Update an existing TestRail test run with new name, description, milestones, assignee, or case list. Keep test run information accurate and aligned with current testing needs.
Instructions
Updates an existing test run / 既存のテスト実行を更新します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Test run name | |
| refs | No | Reference/requirement IDs | |
| runId | Yes | TestRail Run ID | |
| caseIds | No | Specific case IDs to include | |
| includeAll | No | Include all test cases from the suite | |
| description | No | Test run description | |
| milestoneId | No | Milestone ID | |
| assignedtoId | No | User ID to assign to |