0

We have the same enterprise app that we sell to multiple customers. The source for the app is hosted in a private Azure DevOps Repo. But we manage each customer's implementation using a separate project for each customer with it's own work items.

Currently we have no way of linking commits to the Source in the Repo project to work items in the implementation project.

We don't want to have the repo in each implementation since that would be redundant and challenging to keep in sync.

Is there a way to handle this inside DevOps?

riQQ
  • 9,878
  • 7
  • 49
  • 66
  • Use a single team project and have a different backlog for each customer by using teams. – Daniel Mann Dec 03 '19 at 18:11
  • @user1769627 Not get your response for several days, would you please share your latest information about this issue? If you have any concern, feel free to share it here. – Hugh Lin Dec 06 '19 at 10:40
  • @DanielMann thanks for your feedback. I'll try that way and see how practical it is to track each customer's project status and progress. – user1769627 Dec 06 '19 at 19:03

1 Answers1

0

Currently we have no way of linking commits to the Source in the Repo project to work items in the implementation project.

For this issue, when you commit to the source in the Repo project, on the Commit page, you can choose to link to work items in other projects.

enter image description here

Or you can click Add link in the Development field of the work items in other projects.

enter image description here

Then on the Add link page, select the Commit link type, select your source repo, and select the commit you want to link.

enter image description here

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25