Create a test cycle
qtest_create_test_cycleCreate a test cycle in qTest, specifying project and name. Optionally nest under a release or another cycle by providing parent ID and type.
Instructions
Create a test cycle. Omit parentId for a root cycle, or nest under a release or another cycle by supplying parentId and parentType.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Test cycle name. | |
| parentId | No | Parent ID. Omit for a root cycle. | |
| projectId | Yes | Numeric project ID. | |
| parentType | No | Type of the parent (default root). | |
| description | No | Optional description. |