Update a Qmetry test plan
update-qmetry-test-planUpdate the details of an existing test plan in QMetry for Jira. Modify fields like summary, priority, status, labels, and custom fields.
Instructions
Update an existing test plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Plan Id, refer id from response of API "search Test Plans" | |
| labels | No | Refer ids from the response of API "Get Labels". Will be sent as {add: [labelId1, ...]} to API | |
| status | No | Status Id | |
| summary | No | Test Plan Summary | |
| folderId | No | The ID of the folder | |
| priority | No | Priority Id | |
| reporter | No | Pass Jira user account uuid | |
| description | No | Test Plan description | |
| customFields | No | Custom fields as array of objects with id and value. Refer to "Get Test Plan Custom Fields" to get available custom fields. |