I am looking to see if anyone has had success integrating SD+ with Visual Studio Team Services (previously known as Visual Studio Online), Microsoft's cloud hosted version of TFS. I understand that we should be able to use triggers, service hooks, and the like for API calls back and forth, but I was curious if anyone has actually attempted this, and could point me in the right direction?
I have no problem getting in there and figuring it out myself, but perhaps some sample scripts or layout of your implementation could help get the ball rolling quicker.
The main goals of this integration are:
- When a requester creates a ticket in SD+, a work item (type of issue/bug or story) is created in a specific team project in VSTS.
- When a ticket in SD+ is assigned to a tech, the correlating user in VSTS is assigned to the related work item.
- When a tech updates a work item with either a status change (active, ready to test, closed, etc.) or adds comments, the related ticket in SD+ updates with the same information and notifies the original requester.