-
Greetings. First, thanks for this solution! However, I'm having difficulty with one part of a work item migration and I'm not able to resolve it from the information in the docs. Here goes:
What should the config look like to stop the extraneous area paths from being included in the migration? My WIQL query is only pulling work items for the client that I want; so, that seems to be working properly.
Thanks for any help you can provide and thanks again for the tool! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You would combine the To stop the other Area and Iteration paths from being migrated, set You can also map your iteration in the same way that you map your areas... however if the date data is not already in the string you will not be able to access it. |
Beta Was this translation helpful? Give feedback.
You would combine the
Query
, which filters the work items you want, with theTfsNodeStructureTool:Areas:Mappings
to rewrite theClients\Client1\Phase1
toClient1\Phase1
.To stop the other Area and Iteration paths from being migrated, set
ReplicateAllExistingNodes
tofalse
.You can also map your iteration in the same way that you map your areas... however if the date data is not already in the string you will not be able to access it.