Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS2010: Set up an alert that will email a member in the team when a work item is assigned to them

Tags:

tfs

alerts

I want to notify each team member when a work item is assigned to them. I know how to set up an alert per team member (so if there are 10 team members I set up 10 seperate alerts) but is there a way to set up a single alert that will email the person the work item is assigned to?

I have the filter complete:

"PortfolioProject" = 'MyProject' AND ("CoreFields/StringFields/Field[ReferenceName='System.AssignedTo']/OldValue" <> '@Me' AND "CoreFields/StringFields/Field[ReferenceName='System.AssignedTo']/NewValue" = '@Me')

.. but I am stuck on how to make the email address that the alert is sent to generic. Putting @Me in the "Send To:" field unsurprisingly does not work!

like image 336
Mark Robinson Avatar asked Jul 07 '11 11:07

Mark Robinson


1 Answers

Check out TFS Global Alerts which is specifically designed for this kind of thing.

like image 117
Lars Truijens Avatar answered Oct 14 '22 10:10

Lars Truijens