addRunToPlanEntry
Adds a new test run to an existing plan entry in TestRail, specifying configuration IDs and optionally assigning users or including specific test cases.
Instructions
Adds a new test run to an existing plan entry / 既存のプランエントリーに新しいテストランを追加します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | Yes | TestRail Plan ID | |
| entryId | Yes | Plan Entry ID | |
| configIds | Yes | Configuration IDs for the test run | |
| description | No | Test run description | |
| assignedtoId | No | User ID to assign to | |
| includeAll | No | Include all test cases | |
| caseIds | No | Specific case IDs to include | |
| refs | No | References |