Create a Qmetry test plan
create-qmetry-test-planCreate a new test plan in QMetry by specifying summary, project ID, and optional details like folder, priority, status, labels, and test cycles.
Instructions
Create a new test plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Refer ids from the response of API "Get Labels". Will be sent as {add: [labelId1, labelId2, ...]} to API | |
| status | No | Refer id from the response of API "Get Test Plan Status" | |
| summary | Yes | Test Plan Summary | |
| folderId | No | Refer id from the response of API "Get Test Plan 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" | |
| testcycles | No | Test cycles to link. Format: {testcycleIds: ["id1", "id2"]} | |
| 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. |