Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview

FieldtoFieldMultiMapConfig

Ref

  

Less than 1 minute to read

  

2024-04-05 11:36:18 -0500

Want to setup a bunch of field maps in a single go. Use this shortcut!

Options

Parameter name Type Description Default Value
SourceToTargetMappings Dictionary missng XML code comments missng XML code comments
WorkItemTypeName String missng XML code comments missng XML code comments

Example

A basic sample for FieldtoFieldMultiMapConfig configuration.

1
2
3
4
5
6
7
8
9
10
{
  "$type": "FieldtoFieldMultiMapConfig",
  "WorkItemTypeName": "*",
  "SourceToTargetMappings": {
    "$type": "Dictionary`2",
    "Custom.Field1": "Custom.Field4",
    "Custom.Field2": "Custom.Field5",
    "Custom.Field3": "Custom.Field6"
  }
}