Tfs Change Set Mapping Tool

Tool for creating missing area and iteration path nodes in the target project during migration. Configurable through TfsNodeStructureToolOptions to specify which node types to create.

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

missing XML code comments

top

Options

Parameter Type Description Default Value
ChangeSetMappingFile String missing XML code comments missing XML code comments
Enabled Boolean If set to true then the tool will run. Set to false and the processor will not run. missing XML code comments
top

Samples

top

Sample

Sample

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "TfsChangeSetMappingTool": {
        "Enabled": "True",
        "File": "c:\\changesetmappings.json"
      }
    }
  }
}
top

Defaults

Defaults

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "TfsChangeSetMappingTool": {
        "Enabled": "False",
        "File": ""
      }
    }
  }
}
top

Classic

Classic

{
  "$type": "TfsChangeSetMappingToolOptions",
  "Enabled": true,
  "ChangeSetMappingFile": null
}
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