Field To Tag Field Map

Maps field values based on a lookup table, allowing specific source values to be translated to different target values.

Last updated: July 28, 2025 | Edit this page | Discuss this page

missing XML code comments

top

Options

Parameter
Type
Description
Default Value
Parameter:
ApplyTo
Type:
List
Description:
A 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.
Default Value:
missing XML code comments
Parameter:
Enabled
Type:
Boolean
Description:
If set to true then the Fieldmap will run. Set to false and the processor will not run.
Default Value:
missing XML code comments
Parameter:
formatExpression
Type:
String
Description:
missing XML code comments
Default Value:
missing XML code comments
Parameter:
sourceField
Type:
String
Description:
missing XML code comments
Default Value:
missing XML code comments
top

Samples

top

Sample

Sample

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "FieldMappingTool": {
        "FieldMaps": [
          {
            "FieldMapType": "FieldToTagFieldMap",
            "ApplyTo": [
              "SomeWorkItemType"
            ],
            "formatExpression": "{0} <br/><br/><h3>Acceptance Criteria</h3>{1}",
            "sourceFields": [
              "System.Description",
              "Microsoft.VSTS.Common.AcceptanceCriteria"
            ],
            "targetField": "System.Description"
          }
        ]
      }
    }
  }
}
top

Defaults

Defaults

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

Classic

Classic

{
  "$type": "FieldToTagFieldMapOptions",
  "sourceField": null,
  "formatExpression": "{0} <br/><br/><h3>Acceptance Criteria</h3>{1}",
  "ApplyTo": [
    "*",
    "SomeWorkItemType"
  ]
}
top

Metadata

top

Schema

This is the JSON schema that defines the structure and validation rules for this configuration.

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://devopsmigration.io/schema/schema.fieldmaps.fieldtotagfieldmap.json",
  "title": "FieldToTagFieldMap",
  "description": "missing XML code comments",
  "type": "object",
  "properties": {
    "applyTo": {
      "description": "A 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.",
      "type": "array"
    },
    "enabled": {
      "description": "If set to `true` then the Fieldmap will run. Set to `false` and the processor will not run.",
      "type": "boolean"
    },
    "formatExpression": {
      "description": "missing XML code comments",
      "type": "string"
    },
    "sourceField": {
      "description": "missing XML code comments",
      "type": "string"
    }
  }
}
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