create_test_case
Create a test case in QMetry Test Management. Provide project ID and summary, optionally set priority, status, assignee, labels, components, fix versions, folder, and custom fields. Returns the test case key and internal ID.
Instructions
Create a new test case in QMetry. Returns the created test case object including its internal id and key (e.g. FS-TC-123). Priority, status, labels, and components use integer IDs — see field_reference.json for valid values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Jira project numeric ID (e.g. 10011) | |
| summary | Yes | Test case title/summary | |
| precondition | No | Precondition / description text | |
| priority | No | Priority integer ID (e.g. 600784 for High) | |
| status | No | Status integer ID (e.g. 544256 for Done) | |
| assignee | No | Assignee Jira account ID | |
| labels | No | Label IDs to attach | |
| components | No | Component IDs | |
| fixVersions | No | Fix version IDs | |
| folderId | No | Target folder ID | |
| customFields | No | Custom field values |