Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloneOptions

Hierarchy

  • CloneOptions

Index

Properties

Optional cloneRequirements

cloneRequirements: boolean

If set to true requirements will be cloned

Optional copyAllSuites

copyAllSuites: boolean

copy all suites from a source plan

Optional copyAncestorHierarchy

copyAncestorHierarchy: boolean

copy ancestor hieracrchy

Optional destinationWorkItemType

destinationWorkItemType: string

Name of the workitem type of the clone

Optional overrideParameters

overrideParameters: object

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

Type declaration

  • [key: string]: string

Optional relatedLinkComment

relatedLinkComment: string

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

Generated using TypeDoc