heymega
heymega

Reputation: 9391

TFS 2015 On Premise Team Room Alerts

Does anyone know a way of triggering an email alert when a post or event has been added to a project's team room?

Upvotes: 0

Views: 232

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51083

There are no such settings in Email Alert.

However , both of the event in email alert and in Team Room are listening to the same server side event. Simply returns in different ways. Moreover, most of the events which they listen to are the same. Such as Build, Code, WorkItem, Checkin(pull).

enter image description here enter image description here

In other words, you can get the same result of your email when an event has been added to a project's team room by setting the same conditions in your email alter.

Upvotes: 1

Related Questions