TfsWorkItemLinkEnricher
Ref
Less than 1 minute to read
2024-09-06 09:35:04 +0100
draft
This page is in draft and may include errors or omissions. Please check the discussions for any pending updates and changes to the content or to suggest your own changes.
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
}