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