CloneOptions interface

Clone options for cloning the test suite.

Properties

cloneRequirements

If set to true requirements will be cloned

copyAllSuites

copy all suites from a source plan

copyAncestorHierarchy

copy ancestor hierarchy

destinationWorkItemType

Name of the workitem type of the clone

overrideParameters

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

relatedLinkComment

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

Property Details

cloneRequirements

If set to true requirements will be cloned

cloneRequirements: boolean

Property Value

boolean

copyAllSuites

copy all suites from a source plan

copyAllSuites: boolean

Property Value

boolean

copyAncestorHierarchy

copy ancestor hierarchy

copyAncestorHierarchy: boolean

Property Value

boolean

destinationWorkItemType

Name of the workitem type of the clone

destinationWorkItemType: string

Property Value

string

overrideParameters

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

overrideParameters: {[key: string]: string}

Property Value

{[key: string]: string}

relatedLinkComment

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

relatedLinkComment: string

Property Value

string