Reputation: 4342
I've created several VSTS groups (not Teams) containing different people. Depending on the affected code different groups should be assigned for pull requests. Now I would like to define a team alert which notifies the people that a new pull request was created and one of the groups where they are member of is assigned as reviewer. Is there a way to define this?
I'm looking for a filter like:
[Reviewers] Contains [AnyGroupWhereImMemberOf]
Upvotes: 0
Views: 550
Reputation: 29976
Yes, click the dropdown list under "Administrator Actions" and select the group, you can create alert for this group. And in the alert filter, you can set "Reviewers Contains GroupName". The name format should like this: [ProjectName]\GroupName, the same as the one you use when create the pull request.
Upvotes: 1