Replies: 1 comment 1 reply
-
Please see https://nkdagility.com/learn/azure-devops-migration-tools/Reference/v1/ for a full config!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This update is a major change as there are many configuration changes!
Winget Deploy Progress: microsoft/winget-pkgs#142075
Chocolaty Deploy: https://community.chocolatey.org/packages/vsts-sync-migrator/15.0.0
Or download directly on: https://github.com/nkdAgility/azure-devops-migration-tools/releases/tag/v15.0.0
Change 1: Updates all Processors to use only
CommonEnrichersConfig
and removes inline options. Only options set inCommonEnrichersConfig
will be honored.This will minimise the number of processor configuration options, reduce confusion, and support tickets.
TfsNodeStructureOptions
has been made the default soAreaMaps
,IterationMaps
,NodeBasePaths
,PrefixProjectToNodes
,ShouldCreateMissingRevisionPaths
, andReplicateAllExistingNodes
are all removed fromWorkItemMigrationContext
and must instead be added toCommonEnrichersConfig
in line with TfsNodeStructure. The documentation forAreaMaps
,IterationMaps
,NodeBasePaths
has all been moved here.TfsRevisionManagerOptions
has been made default soReplayRevisions
andMaxRevisions
is now only configurable by adding aTfsRevisionManagerOptions
section toCommonEnrichersConfig
. See TfsRevisionManagerOptionsFilterIfLinkCountMatches
, andSaveAfterEachLinkIsAdded
toCommonEnrichersConfig
. See TfsWorkItemLinkEnricherOptionsChange 2: Update the Query system to no longer have two parts that are added together. All queries are now the full query. There are no docs on this but a typical query now looks like:
Change 3: Added a String Manipulator to combat the new 100000 max string length and the inability of the ObjectModel to support special chars:
Real version of #1889
Beta Was this translation helpful? Give feedback.
All reactions