create_test_cycle
Create a new test cycle in QMetry by providing project ID and summary. Optionally assign folder, dates, assignee, priority, status, and custom fields. Retrieves the cycle's key and internal ID.
Instructions
Create a new test cycle in QMetry. Returns the created cycle with its internal id and key (e.g. FS-TR-123). Use list_folders with folderType=TESTCYCLE to find valid folderId values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Jira project numeric ID (e.g. 10011) | |
| summary | Yes | Test cycle name/summary | |
| description | No | ||
| priority | No | ||
| status | No | ||
| assignee | No | Assignee Jira account ID | |
| folderId | No | Target folder ID | |
| plannedStartDate | No | ISO 8601 planned start date | |
| plannedEndDate | No | ISO 8601 planned end date | |
| customFields | No |