Migrating one project to many and maintain links #2909
Unanswered
chris-pemberton-vital
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hmm... we used to have a cross project linking feature, but I don't see it in the current docs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scenario: Migrating On-Prem Azure DevOps to DevOps Services (Cloud) — Preserving Links Across Projects
We're migrating from an on-prem Azure DevOps server to DevOps Services (Cloud). The on-prem setup uses a single team project with multiple Area Paths to represent different domains.
In the cloud, we're splitting this into two separate projects. To handle the migration, I’ve created separate configs, each targeting a specific Area Path and migrating work items into either Project A or Project B.
Example
On-Prem (Single Project)
Work Item A —[Related]→ Work Item B
After Migration (DevOps Services)
Project A:
Work Item A
Project B:
Work Item B
The problem:
The "Related" link between Work Item A and B is lost after migration because they end up in different target projects.
Is it possible to maintain or reconstruct cross-project links after separately migrating work items into different projects using the Azure DevOps Migration Tools?
Any insight into how the TfsWorkItemLinkTool can be used in this scenario — or whether I need to run a post-processing step — would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions