0

Some people in my company are getting build failure alerts, I have searched the same in alerts explorer with build administrator account and not finding any build alerts.

Please help me if I need to look anywhere else to see all the build alerts.

EDIT:

I can currently see 3 build alerts when I connect with build administrator account and all of them are related to individual accounts. But still some bunch of people are receiving only build failure alerts who's id's are not mentioned in the email alerts list.

enter image description here

The 5 build alerts have individual email id's. Not sure why tfs is sending build failure email notifications to many people.

GitaarLAB
  • 14,536
  • 11
  • 60
  • 80
prashanthkr08
  • 75
  • 1
  • 2
  • 16

2 Answers2

1

On Visual Studio go:

Team Explorer -> Settings (img1) -> Project Alerts (img 2)

And then you can choose the email alerts you want (img 3).

enter image description here

enter image description here

enter image description here

You can also go in "Advanced Settings" and see the personal Alerts, the Team Alerts, where you can check the email addresses used.

enter image description here

enter image description here

Stefano Bafaro
  • 915
  • 10
  • 20
  • The 5 build alerts (please see screenshot ,i have added it in my previous reply) are configured with individual email id's. – prashanthkr08 Jan 16 '15 at 11:08
  • all the 5 alerts have email to individual id's none of them are Distribution lists. Is there any chance the alert was created and deleted but was not reflected in TFS database. Is there a way to check email notification through sql query to tfs database – prashanthkr08 Jan 16 '15 at 12:12
0

Not really. But you can look in the tbl_subscription table. However DO NOT edit that table directly or you loose support. You can use bissubscribe.exe to explicitly delete subscriptions. http://msdn.microsoft.com/en-us/magazine/cc507647.aspx