Update a Qmetry test cycle
update-qmetry-test-cycleUpdate an existing test cycle by modifying its summary, project, folder, status, dates, or linked test cases.
Instructions
Update an existing test cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Refer id from the response of API "Search Test Cycles" | |
| 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 to user | |
| 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 | |
| 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 | |
| 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 |