Copy a Qmetry test case to a different folder
copy-qmetry-test-caseCopy a QMetry test case from one folder to another within the same project. Provide the test case IDs, source and target folder IDs, and project ID to duplicate the test cases.
Instructions
Copy 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". |