Clone options for cloning the test suite.

interface CloneOptions {
    cloneRequirements?: boolean;
    copyAllSuites?: boolean;
    copyAncestorHierarchy?: boolean;
    destinationWorkItemType?: string;
    overrideParameters?: { [key: string]: string };
    relatedLinkComment?: string;
}

Properties

cloneRequirements?: boolean

If set to true requirements will be cloned

copyAllSuites?: boolean

copy all suites from a source plan

copyAncestorHierarchy?: boolean

copy ancestor hierarchy

destinationWorkItemType?: string

Name of the workitem type of the clone

overrideParameters?: { [key: string]: string }

Key value pairs where the key value is overridden by the value.

relatedLinkComment?: string

Comment on the link that will link the new clone test case to the original Set null for no comment