How to enable teams migration in the config #1495
-
Hi, I'm searching over the discussions but I just can't seem to migrate the teams defined in the source over to the target. I'm looking to add the following to the processors but it is always complaining that it cannot find the source and target endpoints: "Processors": [ "Endpoints": { I did a first run with the workitem processor only and it works all workitems are migrated but because the teams aren't migrated we cannot switch the teams to see the related area workitems to the teams... also , I'm surprised the the default configuration file does not contain all processors and whistles and bells as a template so that a easy out of the box complete migration can be done. (if you don't need it you can always delete it in the config, but now we need to search the docs that are not filled in all the way...) sorry about the nagging... :-) thanks for helping me move forward! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
ok I found an example configuration file on github of josh johanning here https://gist.github.com/joshjohanning/baa2de38466302f0c173e0dccdd887c0
it is not clear to me why you need to define all these endpoints for a standard source to target migration (it is duplication in my eyes and error prone) |
Beta Was this translation helpful? Give feedback.
-
Following |
Beta Was this translation helpful? Give feedback.
ok I found an example configuration file on github of josh johanning here https://gist.github.com/joshjohanning/baa2de38466302f0c173e0dccdd887c0