Work Item Type Mapping Tool

Provides mapping functionality for transforming work item types from source to target systems during migration, allowing different work item type names to be used in the target.

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

Provides mapping functionality for transforming work item types from source to target systems during migration, allowing different work item type names to be used in the target.

top

Options

Parameter Type Description Default Value
Enabled Boolean If set to true then the tool will run. Set to false and the processor will not run. missing XML code comments
Mappings Dictionary List of work item mappings. {}
top

Samples

top

Sample

Sample

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "WorkItemTypeMappingTool": {
        "Enabled": "True",
        "Mappings": {
          "User Story": "Product Backlog Item"
        }
      }
    }
  }
}
top

Defaults

Defaults

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "WorkItemTypeMappingTool": {
        "Enabled": "False",
        "Mappings": {
          "Source Work Item Type Name": "Target Work Item Type Name"
        }
      }
    }
  }
}
top

Classic

Classic

{
  "$type": "WorkItemTypeMappingToolOptions",
  "Enabled": true,
  "Mappings": {
    "Source Work Item Type Name": "Target Work Item Type Name",
    "User Story": "Product Backlog Item"
  }
}
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