2
votes

I have configured Microsoft Azure DevOps to build our software and release it automatically. (With the Build and with the release Pipeline) After the succesful release I have set it up, to send an email to all project-members.

My question is: Can I somehow configure this email?

E.g. I need to remove the "Summary" part. Is this somehow possible with Azure Devops?

Screenshot of current email:

screenshot of email

1

1 Answers

3
votes

No, currently you can't configure the email templates. there is a popular feature request about it, you can up vote there.

As workaround, you can install the Send Email task, and add it to the release pipeline, in this task you can customize the email.