Azure DevOps Migration Tools

v15.0.4

Azure DevOps Migration Tools

Overview

TfsWorkItemLinkEnricher

Ref

  

Less than 1 minute to read

  

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

missng XML code comments

Options

Parameter name Type Description Default Value
Enabled Boolean If enabled this will run this migrator true
FilterIfLinkCountMatches Boolean Skip validating links if the number of links in the source and the target matches! missng XML code comments
RefName String For internal use missng XML code comments
SaveAfterEachLinkIsAdded Boolean Save the work item after each link is added. This will slow the migration as it will cause many saves to the TFS database. false

Example

A basic sample for TfsWorkItemLinkEnricher configuration.

1
2
3
4
5
6
{
  "$type": "TfsWorkItemLinkEnricherOptions",
  "Enabled": true,
  "FilterIfLinkCountMatches": true,
  "SaveAfterEachLinkIsAdded": false
}