Dusty
Dusty

Reputation: 2189

Using TfsDeployer to send notifications when work item is added - TFS 2010

We have TFSDeployer (from Codeplex) installed on our TFS server that facilitates sending notifications when a build quality changes.

Can we use it to send notifications when work items are added/edited?

Upvotes: 0

Views: 1299

Answers (1)

e-mre
e-mre

Reputation: 3383

TFS does send notifications when work items are edited/added. Team Explorer >> Right Click on Project Name >> Alerts Explorer ... allows you to define a rule to send yourself e-mail messages when your work items are changed.

If you install TFS Power Tools you get an Alerts Explorer screen, which is located in Visual Studio's "Team" menu. Alerts Explorer allows you to define much more complex rules for e-mail notifications. And also you can send mail to more than one person.

Upvotes: 2

Related Questions