简体   繁体   中英

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. 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?

No, its not possible to customize email alerts format in TFS/VSTS for now.

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:

  • 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
  • Extensible to support other targets

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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