karthiks
karthiks

Reputation: 7299

How to track code commits of particular users in Azure DevOps?

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

Answers (1)

danielorn
danielorn

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

Edit notification form Azure DevOps

You can find all your personal notification by following this guide in the Azure DevOps documentation.

Upvotes: 1

Related Questions