add_section
Create a new section in TestRail to organize test cases within projects and suites. Specify project ID, section name, and optional parent section or suite for hierarchical structuring.
Instructions
Create a new section
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| suite_id | No | Suite ID (optional) | |
| parent_id | No | Parent section ID (optional) | |
| name | Yes | Section name | |
| description | No | Section description (optional) |