Move a Qmetry test case to a different folder
move-qmetry-test-caseMoves selected QMetry test cases from their current folder to a specified destination folder within a project.
Instructions
Move a Qmetry test case from one folder to another folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID of the project containing the test case. Refer id from the response of API "Get QMetry Enabled Projects". | |
| testcaseIds | Yes | The IDs of the test cases to move. Refer id from the response of API "Get test cases". | |
| targetFolderId | Yes | The ID of the destination folder. Refer id from the response of API "Get test case folders". | |
| selectedFolderId | Yes | The ID of the folder to move the test cases from. Refer id from the response of API "Get test case folders". |