Forum Discussion
Phil_XRX
Mar 26, 2025Copper Contributor
Azur Devops - Connection with customer/partner
Hi all, I'm fairly new to Azure Devops and we are looking into the possibilities to connect Devops with one of our customers Devops environment so we can align boards, pipelines, etc. which we wil...
balasubramanim
Mar 31, 2025Iron Contributor
Azure DevOps doesn’t support directly linking two orgs (like yours and a customer’s) to share boards or pipelines.
1. Invite as Guests
- Add customer users as B2B guests to your DevOps org.
- Use separate projects for shared vs. internal work.
2. Sync via APIs or Service Hooks
- Use REST APIs or Service Hooks to sync work items across orgs.
3. Repo Sharing
- Use Git repo mirroring or manage shared repos manually.