Azure DevOps Migration Tools

v15.0.3

Azure DevOps Migration Tools

Overview
 › 
 › 
 › 
 › 
 › 

TreeToTagMapConfig

Ref

  

Less than 1 minute to read

  

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

Need to clear out those nasty Area tree hierarchies? This creates Tags for each node in the Area Path…

Options

Parameter name Type Description Default Value
timeTravel Int32 missng XML code comments missng XML code comments
toSkip Int32 missng XML code comments missng XML code comments
WorkItemTypeName String missng XML code comments missng XML code comments

Example

A basic sample for TreeToTagMapConfig configuration.

1
2
3
4
5
6
{
  "$type": "TreeToTagMapConfig",
  "WorkItemTypeName": "*",
  "toSkip": 2,
  "timeTravel": 0
}