add_run_to_plan_entry
Add a test run to an existing plan entry in TestRail by specifying plan ID, entry ID, and configuration IDs to organize testing activities.
Instructions
Add a test run to an existing plan entry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Plan ID | |
| entry_id | Yes | Plan entry ID | |
| config_ids | Yes | Configuration IDs | |
| 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) |