tags:

views:

63

answers:

1

It is our policy that the owner of a bug MUST be notified about bugs he owns, regardlessly of if he subscibed or forgot to subscribe. Is there a way project alerts can be configured on the server side or something without having to rely on the team member to subscribe manually? (TFS2010, TFS2008).

A: 

Not out of the box!

If you are using TFS2008 then you can use http://tfseventhandler.codeplex.com to host an "Event Handler" to do this for you.

You may need to create your own handler if there is not one that suits your needs perfectly, but I think the "AssignedTo" handler will do the job.

MrHinsh