Tfs Team Project Endpoint
This document provides an overview of the Tfs Team Project Endpoint used in the Azure DevOps Migration Tools, including its configuration and usage.
missing XML code comments
Options
topSamples
topSample
Sample
{
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"#KEY#": {
"EndpointType": "TfsTeamProjectEndpoint",
"AllowCrossProjectLinking": "False",
"Authentication": {
"AccessToken": "** removed as a secret ***",
"AuthenticationMode": "AccessToken",
"NetworkCredentials": {
"Domain": "",
"Password": "",
"UserName": ""
}
},
"Collection": "https://dev.azure.com/nkdagility-preview/",
"Project": "migrationSource1",
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId"
}
}
}
}
Defaults
Defaults
{
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"#KEY#": {
"EndpointType": "TfsTeamProjectEndpoint",
"AllowCrossProjectLinking": "False",
"Authentication": {
"AccessToken": "",
"AuthenticationMode": "AccessToken",
"NetworkCredentials": {
"Domain": "",
"Password": "",
"UserName": ""
}
},
"Collection": "",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
},
"Project": "",
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId"
}
}
}
}
Classic
Classic
{
"$type": "TfsTeamProjectEndpointOptions",
"Collection": "https://dev.azure.com/nkdagility-preview/",
"Project": "migrationSource1",
"Authentication": {
"AuthenticationMode": "AccessToken",
"NetworkCredentials": {
"Domain": "",
"UserName": "",
"Password": "** removed as a secret ***"
},
"AccessToken": "** removed as a secret ***"
},
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
}
}
Metadata
In this article
Project Information
Azure DevOps Marketplace
Maintainer
Created and maintained by Martin Hinshelwood of nkdagility.com
Getting Support
Community Support
Questions & Discussions
The first place to look for usage, configuration, and general help.
Commercial Support
We provide training, ad-hoc support, and full service migrations through our professional services.
Azure DevOps Migration Services