Field Merge Map

Merges values from multiple source fields into a single target field using a specified format template.

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

Merges values from multiple source fields into a single target field using a specified format template.

top

Options

ParameterTypeDescriptionDefault Value
ApplyToListA list of Work Item Types that this Field Map will apply to. If the list is empty it will apply to all Work Item Types. You can use “*” to apply to all Work Item Types.missing XML code comments
formatExpressionStringmissing XML code commentsmissing XML code comments
sourceFieldsListmissing XML code commentsmissing XML code comments
targetFieldStringmissing XML code commentsmissing XML code comments
top

Samples

top

Sample

Sample

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "FieldMappingTool": {
        "FieldMaps": [
          {
            "FieldMapType": "FieldMergeMap",
            "ApplyTo": [
              "SomeWorkItemType"
            ],
            "formatExpression": "{0} \n {1}",
            "sourceFields": [
              "Custom.FieldA",
              "Custom.FieldB"
            ],
            "targetField": "Custom.FieldC"
          }
        ]
      }
    }
  }
}
top

Defaults

Defaults

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "FieldMappingTool": {
        "FieldMaps": [
          {
            "FieldMapType": "FieldMergeMap",
            "ApplyTo": [
              "*"
            ]
          }
        ]
      }
    }
  }
}
top

Classic

Classic

{
  "$type": "FieldMergeMapOptions",
  "sourceFields": [
    "Custom.FieldA",
    "Custom.FieldB"
  ],
  "targetField": "Custom.FieldC",
  "formatExpression": "{0} \n {1}",
  "ApplyTo": [
    "*",
    "SomeWorkItemType"
  ]
}
top

Metadata

Project Information
Azure DevOps Marketplace
YouTube Channel
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
Documentation