简体   繁体   English

TFS:工作项电子邮件通知自定义

[英]TFS: Work Item Email Notification Customisation

Our team of developers have started to use TFS version 16, and we're creating new Work Items (Bugs) and assigning them to appropriate parties. 我们的开发人员团队已开始使用TFS版本16,我们正在创建新的工作项(错误)并将其分配给适当的参与者。 This is good, but it could be better. 这很好,但可能会更好。 We've noticed the email is lacking some pretty useful stuff: 我们注意到该电子邮件缺少一些非常有用的内容:

Screenshot of current email alert 当前电子邮件警报的屏幕截图

It'd be great to add some more detail in the email, such as the severity of the bug, as to make sure whoever gets the email takes a look at it right away if needed. 最好在电子邮件中添加一些详细信息,例如错误的严重性,以确保无论何时收到电子邮件的人都可以立即查看。 Are there any options in TFS to customize the Work Item alert email? TFS中是否有任何选项可自定义工作项警报电子邮件?

No, its not possible to customize email alerts format in TFS/VSTS for now. 不可以,暂时无法在TFS / VSTS中自定义电子邮件警报格式。

You could try to create your own extension or use some 3rd-party extension to handle this situation. 您可以尝试创建自己的扩展程序或使用某些第三方扩展程序来处理这种情况。 Such as this TfsNotificationRelay include below features: 这样的TfsNotificationRelay包括以下功能:

  • Notify multiple targets 通知多个目标
  • Rule-based event filtering 基于规则的事件过滤
  • Regex filtering on collection, project, repository, branch etc. 正则表达式过滤集合,项目,存储库,分支等。
  • Configurable notification format 可配置的通知格式
  • Notification links back to event in TFS web 通知链接回TFS Web中的事件
  • Extensible to support other targets 可扩展以支持其他目标

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM