Replies: 1 comment 1 reply
-
You have Work items in scope for the migration that do not have the ReflectedWorkItemId field... it looks like you are migrating a non English language version of TFS. Try running this in Terminal before you run the migration command:
That should get rid of the "????" Note: This worked's on my system without the above code. Can you try pasting:
You should see the chars? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`{

"Serilog": {
"MinimumLevel": "Information"
},
"MigrationTools": {
"Version": "16.1",
"Endpoints": {
"Source": {
"EndpointType": "TfsTeamProjectEndpoint",
}
}`
I'm working on migrating the code, boards, test cases etc from one collection to the another collection. The document and video helped a lot. Now, there's a problem about identity and RefectedWorkItemId field in target collection. My PAT has full access on source and target, and the connections are successful for both source and target projects.
Beta Was this translation helpful? Give feedback.
All reactions