Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview

MultiValueConditionalMapConfig

Ref

  

Less than 1 minute to read

  

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

??? If you know how to use this please send a PR :)

Options

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

Example

A basic sample for MultiValueConditionalMapConfig configuration.

1
2
3
4
5
6
7
8
9
10
11
12
{
  "$type": "MultiValueConditionalMapConfig",
  "WorkItemTypeName": "*",
  "sourceFieldsAndValues": {
    "$type": "Dictionary`2",
    "Something": "SomethingElse"
  },
  "targetFieldsAndValues": {
    "$type": "Dictionary`2",
    "Something": "SomethingElse"
  }
}