Create a Qmetry test cycle
create-qmetry-test-cycleCreate a new test cycle in QMetry for Jira by specifying project, summary, and optional fields like dates, priority, and linked test cases.
Instructions
Create a new test cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Refer ids from the response of API "Get Labels". Will be sent as {add: [labelId1, ...]} to API | |
| status | No | Refer id from the response of API "Get Test Cycle Status" | |
| summary | Yes | Test Cycle Summary | |
| assignee | No | Pass Jira user account uuid to assign test cycle | |
| folderId | No | Refer id from the response of API "Get Test Cycle folders" | |
| priority | No | Refer id from the response of API "Get Priorities" | |
| reporter | No | Pass Jira user account uuid to assign reporter | |
| projectId | Yes | Refer id from the response of API "Get QMetry Enabled Projects" | |
| actualTime | No | Enter value in milliseconds | |
| description | No | Test Cycle description | |
| isAutomated | No | Whether test cycle is automated or not - true or false | |
| customFields | No | Custom fields as array of objects with id and value. Refer to "Get Test Cycle Custom Fields" to get available custom fields. | |
| plannedEndDate | No | Enter in format dd/MMM/yyyy HH:mm. Example: 25/Oct/2025 17:00 | |
| testCasesToLink | No | Either list of test case Ids or search filter query | |
| plannedStartDate | No | Enter in format dd/MMM/yyyy HH:mm. Example: 18/Oct/2025 09:00 |