Azure DevOps Migration Tools

v15.0.3

Azure DevOps Migration Tools

Overview
 › 
 › 
 › 
 › 
 › 

FieldValuetoTagMapConfig

Ref

  

Less than 1 minute to read

  

2024-03-25 03:33:38 -0500

Need to create a Tag based on a field value? Just create a regex match and choose how to populate the target.

Options

Parameter name Type Description Default Value
formatExpression String missng XML code comments missng XML code comments
pattern String missng XML code comments missng XML code comments
sourceField String missng XML code comments missng XML code comments
WorkItemTypeName String missng XML code comments missng XML code comments

Example

A basic sample for FieldValuetoTagMapConfig configuration.

1
2
3
4
5
6
7
{
  "$type": "FieldValuetoTagMapConfig",
  "WorkItemTypeName": "*",
  "sourceField": "System.Status",
  "pattern": "(Active|Resolved)",
  "formatExpression": "Status: {0}"
}