Clone Test Case
clone-qmetry-test-caseClone a test case with optional configurations including summary, folder, version, comments, attachments, and requirement linking.
Instructions
Clone a test case with optional configurations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Refer id from the response of API "Search Test Case". | |
| summary | Yes | Summary to set in cloned Test Case. | |
| version | No | Test Case Version Number which want to clone. Pass "*" if want to clone all test case versions. Refer versionNo from the response of API "Get Test Case version details". | |
| folderId | No | Refer id from the response of API "Get test case folders". | |
| withComments | No | If true then all test case comments will get cloned. | |
| withAttachments | No | If true then all attachments gets cloned. | |
| withRequirements | No | If true testcase will get cloned and the linkage with associated stories will preserve. | |
| requirementToLink | No | JIRA Issue Id which want to link with cloned test case. |