Update a Qmetry test case
update-qmetry-test-caseUpdate a QMetry test case by specifying its id and version number to modify fields such as status, priority, assignee, description, and more.
Instructions
Update a Qmetry test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Refer id from the response of API "Search Test Case". | |
| no | Yes | Test Case version No. Refer {version.versionNo} from the response of API "Search Test Case". | |
| labels | No | Refer id from the response of API "Get labels". | |
| sprint | No | Jira sprint ID | |
| status | No | Refer id from the response of API "Get Statuses" for its module. | |
| folders | No | Refer id from the response of API "Get test case folders". | |
| summary | No | Name of Test Case. | |
| assignee | No | Jira user Account ID | |
| priority | No | Refer id from the response of API "Get Priorities". | |
| description | No | Description of Test Case | |
| 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 |