Create a Qmetry test case
create-qmetry-test-caseCreate test cases in QMetry for Jira with summary, steps, and folder assignment. Set priority, status, assignee, automation flag, and custom fields.
Instructions
Create a Qmetry test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Array of test steps with details, test data, and expected results | |
| labels | No | Array of label Ids,Refer id from the response of API "Get labels". | |
| sprint | No | Jira sprint ID | |
| status | No | Refer id from the response of API "Get Test Case Status". | |
| summary | Yes | Name of Test Case. | |
| assignee | No | Jira user Account ID | |
| folderId | Yes | Refer id from the response of API "Get test case folders". If you want to create a folder at the root level, pass "-1". | |
| priority | No | Refer id from the response of API "Get Priorities". | |
| reporter | No | Jira user Account ID | |
| projectId | Yes | Refer id from the response of API "Get QMetry Enabled Projects". | |
| components | No | Array of component Id and for componentId refer id from the response of API "Get components". | |
| description | No | Description of Test Case | |
| fixVersions | No | List of JIRA fix version ID | |
| isAutomated | No | Whether testcase is automated or not - true or false | |
| customFields | No | Custom fields JSON object with field IDs as keys. Refer to "Get Test Case Custom Fields" to get available custom fields. | |
| precondition | No | Precondition of Test Case | |
| estimatedTime | No | Pass string in HH:MM:SS format. |