Skip to content

dhananshan/Send-Custom-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send Custom Release Email

VSTS extension to send customized release email which adds completed workitems based on your own custom query and automatically adds in your email. Market place link

Purpose of this extension

If you need to send a customized email with workitems attached automatically as per your own query criteria then this extension will help you reolve the problem.

Prerequisites

  • Backend API which accepts below JSON as post to send email (I used Azure Functions).

{"To":"<EMAIL ADDRESSES>","Subject":"<SUBJECT>","Body":"<EMAIL BODY>"}

Demo

  • Once you installed it will appear in Build and Release

  • Select a release type from dropdown (the release type is what you saved in settings page) and it will trigger the query you have set in settings page (next image) and adds it in email once you click preview Alt Title

  • Everything added here will be saved for future released. add multiple emails seperated by ; Alt Title

TODO

  • Validation
  • Generalize Release types and environments
  • Add CC support

About

VSTS extension to send customized email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published