update_run_in_plan_entry
Modify test run details within a TestRail plan entry by updating description, assignment, test case inclusion, or references.
Instructions
Update a test run inside a plan entry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run ID | |
| description | No | Run description (optional) | |
| assignedto_id | No | User ID to assign (optional) | |
| include_all | No | Include all test cases (optional) | |
| case_ids | No | Specific case IDs (optional) | |
| refs | No | References (optional) |