addPlanEntry
Add a new test plan entry to an existing TestRail test plan by specifying the plan ID and suite ID, with optional parameters for name, description, assignee, case selection, configurations, and references.
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 |