Tfs Team Settings Endpoint

This document provides an overview of the Tfs Team Settings Endpoint used in the Azure DevOps Migration Tools, including its configuration and usage.

Last updated: June 25, 2025 | Edit this page | Discuss this page

missing XML code comments

top

Options

Parameter Type Description Default Value
Authentication TfsAuthenticationOptions Authentication configuration for connecting to the TFS server. Supports various authentication modes including Windows authentication and access tokens. missing XML code comments
Collection Uri URI of the TFS collection (e.g., “http://tfsserver:8080/tfs/DefaultCollection”). Must be a valid absolute URL pointing to the TFS collection. missing XML code comments
LanguageMaps TfsLanguageMapOptions Language mapping configuration for translating area and iteration path names between different language versions of TFS. missing XML code comments
Project String Name of the TFS project within the collection to connect to. This is the project that will be used for migration operations. missing XML code comments
ReflectedWorkItemIdField String Name of the custom field used to store the reflected work item ID for tracking migrated items. Typically “Custom.ReflectedWorkItemId”. missing XML code comments
top

Samples

top

Sample

Sample

There is no sample, but you can check the classic below for a general feel.
top

Defaults

Defaults

There are no defaults! Check the sample for options!
top

Classic

Classic

{
  "$type": "TfsTeamSettingsEndpointOptions",
  "Collection": null,
  "Project": null,
  "Authentication": null,
  "ReflectedWorkItemIdField": null,
  "LanguageMaps": {
    "AreaPath": "Area",
    "IterationPath": "Iteration"
  }
}
top

Metadata

Project Information
Azure DevOps Marketplace
YouTube Channel
Maintainer

Created and maintained by Martin Hinshelwood of nkdagility.com

Documentation Versions
Production Azure DevOps Migration Tools Release Version
Preview Azure DevOps Migration Tools Preview Version
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
Documentation