addPlanEntry
Add a test plan entry to an existing TestRail plan by providing plan ID, suite ID, and optional settings like cases, configurations, or assignee.
Instructions
Adds a new test plan entry to an existing test plan / 既存のテストプランに新しいテストプランエントリーを追加します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Plan entry name | |
| refs | No | References | |
| runs | No | Test run configurations | |
| planId | Yes | TestRail Plan ID | |
| caseIds | No | Specific case IDs to include | |
| suiteId | Yes | Test suite ID | |
| configIds | No | Configuration IDs | |
| includeAll | No | Include all test cases | |
| description | No | Plan entry description | |
| assignedtoId | No | User ID to assign to |