Skip to content
Discussion options

You must be logged in to vote

There are clear examples on https://nkdagility.com/learn/azure-devops-migration-tools/Reference/v2/ProcessorEnrichers/TfsNodeStructure/

Issues:

  1. There is no "Iteration" or "Area" needed in the mapping... that's why we have two separate lists...
  2. Your original (^CompanyUno Asset Management) would only match the exact name. It would not match any sub-items. This is a regular expression and you can use https://regex101.com/ to test your mappings.

A solution from the documentation linked:

"IterationMaps": {
  "^CompanyUno Asset Management\\\\(.*)" , "CompanyUno Migration Test\\$1",
},
"AreaMaps": {
   "^CompanyUno Asset Management\\\\(.*)" , "CompanyUno Migration Test\\$1",
}

This would do t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MrHinsh
Comment options

Answer selected by blamb21
@blamb21
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants