-
Can someone assist me with getting TfsAreaAndIterationProcessor to create areas and iterations? I am trying to split a product out of an existing project, including remapping the areas and iterations. The TfsAreaAndIterationProcessor loads but does nothing. The WorkItemMigration processor remaps the areas and iterations but can't continue because they don't exist. Apparently I need to configure something to feed input into TfsAreaAndIterationProcessor so it will do something, but I haven't found what that is. I've tried adding TfsNodeStructure as a processor enricher for TfsAreaAndIterationProcessor but it doesn't have any impact. It seems like the processor just isn't getting any input. Below are the config and log from a test run with sample projects. Any assistance is greatly appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Remove the Area and Iteration migration is built into the Note: This looks like an order version of the tool as all new versions have the version number on each line. |
Beta Was this translation helpful? Give feedback.
-
This is the latest from when I downloaded it last week, MigrationTools-15.0.0-Preview.99. The version number shows on the console lines but not in the log file, which I copied above to get the verbose output. Thank you for the reply. Removing that did get past the issue. I thought I tried that before but probably had some other issue. |
Beta Was this translation helpful? Give feedback.
Remove the
TfsAreaAndIterationProcessorOptions
.Area and Iteration migration is built into the
WorkItemMigrationConfig
, which I can see is running in your log above.Note: This looks like an order version of the tool as all new versions have the version number on each line.