Replies: 2 comments 8 replies
-
The https://nkdagility.com/learn/azure-devops-migration-tools/Reference/Tools/StringManipulatorTool/ is handling this... Solution: Add your own string manipulator that contains characters that you want to keep.
This will drop any characters that are not in You can add to this list and see #2411 as an example. |
Beta Was this translation helpful? Give feedback.
-
I run into the same issue. Why is this tool needed and enabled by default? When I am migrating work items, I expect that if something is in the source, it can exist in the target and hence I do not want/need to remove invalid characters. Especially, when the removed characters are not invalid at all. So would not be better if this tool was disabled by default? Or if I ask the other way around – what problems can I have if I will disable this tool? |
Beta Was this translation helpful? Give feedback.
-
Version
Source Version
Azure DevOps Service
Target Version
Azure DevOps Service
Relevant configuration
Relevant log output
No response
What happened?
In some cases, local characters are lost during the migration. It seems that it is lost when comment is migrated on the work item. This is example of source work items - both have same text in source project:
After migration they looks like this:
You can see that User Story have no local characters in the title anymore.
When I compare the history for the user story, the chracters are lost when the comment was added on the User Story:
Debug in Visual Studio
Beta Was this translation helpful? Give feedback.
All reactions