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