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.
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 = john@example.com
where the john@example.com
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.