Test Suite Clone - Clone Test Suite
Clone test suite
POST https://dev.azure.com/{organization}/{project}/_apis/testplan/Suites/CloneOperation?api-version=7.1
POST https://dev.azure.com/{organization}/{project}/_apis/testplan/Suites/CloneOperation?deepClone={deepClone}&api-version=7.1
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
organization
|
path | True |
string |
The name of the Azure DevOps organization. |
project
|
path | True |
string |
Project ID or project name |
api-version
|
query | True |
string |
Version of the API to use. This should be set to '7.1' to use this version of the api. |
deep
|
query |
boolean |
Clones all the associated test cases as well |
Request Body
Name | Type | Description |
---|---|---|
cloneOptions |
Test Plan Clone create parameters |
|
destinationTestSuite |
Information about destination Test Suite |
|
sourceTestSuite |
Information about source Test Suite |
Responses
Name | Type | Description |
---|---|---|
200 OK |
successful operation |
Security
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
Name | Description |
---|---|
vso.test_write | Grants the ability to read, create, and update test plans, cases, results and other test management related artifacts. |
Definitions
Name | Description |
---|---|
Clone |
Common Response for clone operation |
Clone |
Clone operation state |
Clone |
Clone options for cloning the test suite. |
Clone |
Clone Statistics Details. |
Clone |
Response for Test Suite clone operation |
Clone |
Parameters for Test Suite clone operation |
Destination |
Destination Test Suite information for Test Suite clone operation |
Project |
Project state. |
Project |
Project visibility. |
Reference |
The class to represent a collection of REST reference links. |
Source |
Source Test Suite information for Test Suite clone operation |
Team |
Represents a shallow reference to a TeamProject. |
Test |
Test Suite Reference with Project |
CloneOperationCommonResponse
Common Response for clone operation
Name | Type | Description |
---|---|---|
cloneStatistics |
Various statistics related to the clone operation |
|
completionDate |
string |
Completion data of the operation |
creationDate |
string |
Creation data of the operation |
links |
Reference links |
|
message |
string |
Message related to the job |
opId |
integer |
Clone operation Id |
state |
Clone operation state |
CloneOperationState
Clone operation state
Name | Type | Description |
---|---|---|
failed |
string |
value for Failed State |
inProgress |
string |
value for Inprogress state |
queued |
string |
Value for Queued State |
succeeded |
string |
value for Success state |
CloneOptions
Clone options for cloning the test suite.
Name | Type | Description |
---|---|---|
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 |
object |
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 |
CloneStatistics
Clone Statistics Details.
Name | Type | Description |
---|---|---|
clonedRequirementsCount |
integer |
Number of requirements cloned so far. |
clonedSharedStepsCount |
integer |
Number of shared steps cloned so far. |
clonedTestCasesCount |
integer |
Number of test cases cloned so far |
totalRequirementsCount |
integer |
Total number of requirements to be cloned |
totalTestCasesCount |
integer |
Total number of test cases to be cloned |
CloneTestSuiteOperationInformation
Response for Test Suite clone operation
Name | Type | Description |
---|---|---|
cloneOperationResponse |
Various information related to the clone |
|
cloneOptions |
Test Plan Clone create parameters |
|
clonedTestSuite |
Information of newly cloned Test Suite |
|
destinationTestSuite |
Information of destination Test Suite |
|
sourceTestSuite |
Information of source Test Suite |
CloneTestSuiteParams
Parameters for Test Suite clone operation
Name | Type | Description |
---|---|---|
cloneOptions |
Test Plan Clone create parameters |
|
destinationTestSuite |
Information about destination Test Suite |
|
sourceTestSuite |
Information about source Test Suite |
DestinationTestSuiteInfo
Destination Test Suite information for Test Suite clone operation
Name | Type | Description |
---|---|---|
id |
integer |
Destination Suite Id |
project |
string |
Destination Project Name |
ProjectState
Project state.
Name | Type | Description |
---|---|---|
all |
string |
All projects regardless of state except Deleted. |
createPending |
string |
Project has been queued for creation, but the process has not yet started. |
deleted |
string |
Project has been deleted. |
deleting |
string |
Project is in the process of being deleted. |
new |
string |
Project is in the process of being created. |
unchanged |
string |
Project has not been changed. |
wellFormed |
string |
Project is completely created and ready to use. |
ProjectVisibility
Project visibility.
Name | Type | Description |
---|---|---|
private |
string |
The project is only visible to users with explicit access. |
public |
string |
The project is visible to all. |
ReferenceLinks
The class to represent a collection of REST reference links.
Name | Type | Description |
---|---|---|
links |
object |
The readonly view of the links. Because Reference links are readonly, we only want to expose them as read only. |
SourceTestSuiteInfo
Source Test Suite information for Test Suite clone operation
Name | Type | Description |
---|---|---|
id |
integer |
Id of the Source Test Suite |
TeamProjectReference
Represents a shallow reference to a TeamProject.
Name | Type | Description |
---|---|---|
abbreviation |
string |
Project abbreviation. |
defaultTeamImageUrl |
string |
Url to default team identity image. |
description |
string |
The project's description (if any). |
id |
string |
Project identifier. |
lastUpdateTime |
string |
Project last update time. |
name |
string |
Project name. |
revision |
integer |
Project revision. |
state |
Project state. |
|
url |
string |
Url to the full version of the object. |
visibility |
Project visibility. |
TestSuiteReferenceWithProject
Test Suite Reference with Project
Name | Type | Description |
---|---|---|
id |
integer |
ID of the test suite. |
name |
string |
Name of the test suite. |
project |
Reference of destination Project |