Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview
 › 
 › 
 › 
 › 
 › 

FieldSkipMapConfig

Ref

  

Less than 1 minute to read

  

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

Allows you to skip populating an existing field. Value in target with be reset to its OriginalValue.

Options

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

Example

A basic sample for FieldSkipMapConfig configuration.

1
2
3
4
5
{
  "$type": "FieldSkipMapConfig",
  "WorkItemTypeName": "*",
  "targetField": "System.Description"
}