What is the best way to have one admin setup alerts for the entire team. Especially those users who may not be using VS2010? I have read about the command line tool: BisSubscribe.exe, but is there an easier tool for command line novices? Thanks
Asked
Active
Viewed 7,020 times
2 Answers
7
The TFS web interface is pretty decent for setting up alerts. No Visual Studio required.
To add alerts via Team System Web Access:
- Open the Settings dropdown (far right side of screen).
- Choose Team Project | Alerts
- Custom Alert Subscription (halfway down the page). From there you can setup what kind of alert and who it should go to.

Marcie
- 1,169
- 1
- 10
- 17
-
But is there a way for me to subscribe user's to alerts? – DDiVita Dec 21 '10 at 17:56
2
Also, check this: http://tfseventhandler.codeplex.com/
and this:
http://blog.hinshelwood.com/team-foundation-server-2010-event-handling-with-subscribers

MrHinsh - Martin Hinshelwood
- 23,409
- 5
- 46
- 69

Wael
- 385
- 2
- 12
-
good find thanks...i had searched high and low for something like this! – DDiVita Dec 26 '10 at 22:36