-
Hi Currently I am trying to migrate work items (TFS/Azure DevOps Server to Azure DevOps Services) that have related links to commits and pull requests from repos outside the project (in the same collection/organization). The links to commits from the git repo within the same project are resolved, but the ones pointing to a git repo within a different project (with the same source/target name though) are still missing. I get the following errors when I run the migration tool: I don't fully understand why it can't map the ones from projectA/repoA as I already migrated the git repo and the source and target name are the same. Any idea? BR |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I figured it out, I had to add source repo and target repo to the GitRepoMapping, altough they still have the same name: |
Beta Was this translation helpful? Give feedback.
-
This fixed my issue converting the commit links as well! Thank you! |
Beta Was this translation helpful? Give feedback.
I figured it out, I had to add source repo and target repo to the GitRepoMapping, altough they still have the same name:
"GitRepoMapping": {
"repoA": "repoA",
"repoB": "repoB",
},