addSection
Create a new section in a TestRail project, specifying project ID and name. Optionally add description, parent section, or suite ID for multi-suite projects.
Instructions
Creates a new section in a TestRail project / TestRailプロジェクトに新しいセクションを作成します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Section name (required) | |
| suiteId | No | Test Suite ID (required for multi-suite projects) | |
| parentId | No | Parent section ID | |
| projectId | Yes | TestRail Project ID | |
| description | No | Section description |