TFS2010:设置一个警报,当工作项分配给团队中的成员时,将向他们发送电子邮件
当工作项目分配给每个团队成员时,我想通知他们。我知道如何为每个团队成员设置警报(因此,如果有 10 名团队成员,我会设置 10 个单独的警报),但是有没有办法设置单个警报,向分配工作项的人员发送电子邮件到?
我已经完成了过滤器:
"PortfolioProject" = 'MyProject' AND ("CoreFields/StringFields/Field[ReferenceName='System.AssignedTo']/OldValue" <> '@Me' AND "CoreFields/StringFields/Field[ReferenceName='System.AssignedTo']/NewValue" = '@Me')
..但我陷入了如何将警报发送到通用的电子邮件地址上。不出所料,将 @Me 放入“发送至:”字段中不起作用!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看专为此类事件设计的 TFS Global Alerts。
Check out TFS Global Alerts which is specifically designed for this kind of thing.
看一下 TFS 事件处理程序
它似乎也在升级过程中:
Team Foundation Server 2010 的 TFS 事件处理程序
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