-
I have already completed a migration of my project but I wish to update some field values in the target with values from the source. To clarify, one of my work item types has a decimal field that was not updated in the target during the migration, so they are all blank. So can I iterate through all the work items of the source and just move over that specific field in the target without having to do everything else? |
Beta Was this translation helpful? Give feedback.
Answered by
Musket519
Mar 14, 2024
Replies: 1 comment 8 replies
-
Yes you can, but you need to use a different processor that only overwrites values. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im going to add my full config in case it helps. I made a second discussion as to not overload this one but I am also having an issue where the program is crashing at the TestPlanAndSuite migration process. Im assuming something is wrong with my config but I dont know what.