Reputation: 38128
In our organisation, we're heavy users of Microsoft Teams and Azure Devops, and I'd like to use membership of a given team to drive membership of a given group within VSTS. Commonly, this could be for cross business virtual teams of stakeholders on a given product, where Microsoft Teams is good for pulling in the relevant people.
Is there any way to achieve this, or do I have to stick with manual processes and updating VSO accordingly, whenever responsibilities change within the organisation?
Upvotes: 1
Views: 88
Reputation: 3591
There is no automated way of doing this. Internally at Microsoft we use security groups (SGs) to administer our Azure DevOps, but SGs are not the same as Office 365 groups in which Teams is based. You could write code to do this though.
Upvotes: 1