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

爱⌒轻易说出口 提交于 2019-12-06 02:13:41

问题


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!


回答1:


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




回答2:


Take a look at TFS Event Handler

It appears it is in the process of being upgraded too:

TFS Event Handler for Team Foundation Server 2010



来源:https://stackoverflow.com/questions/6609976/tfs2010-set-up-an-alert-that-will-email-a-member-in-the-team-when-a-work-item-i

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!