Reputation: 7299
I lead a quite a few teams and would like to get notified of the code commits of select set of users in Azure DevOps. How do I do this? Any help is appreciated.
Upvotes: 0
Views: 541
Reputation: 6147
Create a notification in the category Code (TFVC) -> Code is checked in
for each developer you would like to track. In the filter criteria you specify Committer = [email protected]
where the [email protected]
is the email address of the developer you would like to track
You can find all your personal notification by following this guide in the Azure DevOps documentation.
Upvotes: 1