简体   繁体   English

当拉取请求状态在 azure-devops 中被批准或拒绝时,如何发送 email 通知

[英]How do I send email notifications when pull request status approved or rejected in azure-devops

when a submission PR is approved or rejected,we want to send out an email notification that has the relevant information当提交 PR 被批准或拒绝时,我们想发送一个包含相关信息的 email 通知

How do I send email notifications when pull request status approved or rejected in azure-devops当拉取请求状态在 azure-devops 中被批准或拒绝时,如何发送 email 通知

You could create a new subscription for your request.您可以为您的请求创建一个新订阅。

You could to get the email notifications for the overall status notification for PRs, like:您可以获得 email 通知以获取 PR 的整体状态通知,例如:

在此处输入图像描述

Or you want to be notified of every vote and reject, then you can set it like this:或者你想在每次投票时都收到通知并拒绝,那么你可以这样设置:

在此处输入图像描述

You could check this document for some more details.您可以查看此文档以获取更多详细信息。

暂无
暂无

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

相关问题 如何在 azure devops 中触发拉取请求的构建和测试? - How do I trigger build and test on a pull request in azure devops? 如何将 azure-devops 命令添加到离线本地服务器中的 Azure CLI? - How do I add the azure-devops commands to the Azure CLI in an offline on-premise server? Azure-DevOps - Git 提交状态 - Azure-DevOps - Git Commit Status 如何在 Azure DevOps 中通过电子邮件发送管道工件? - How do I send pipeline artifact by email in Azure DevOps? 如何修复 azure-devops 构建步骤中的““复制”任务不支持复制目录”? - How do I remedy "The "Copy" task does not support copying directories" in azure-devops build step? 如何在 Azure DevOps CI 管道中获取由创建和批准的拉取请求的值 - How to get the values of pull request Created by and Approved by in Azure DevOps CI pipeline 使用 python azure-devops 包时,如何使用 PAT 进行身份验证? - When using the python azure-devops package, how can I authenticate with a PAT? azure devops REST API:如何检查拉取请求状态 - azure devops REST API: How to check pull request status 如何从 Azure Devops Pipelines 中的拉取请求中删除已删除的管道? - How do I remove deleted pipeline from triggering on pull request in Azure Devops Pipelines? 如何在 Azure DevOps 管道中获取主分支和拉取请求之一之间的区别? - How do I get the difference between the main branch and the pull request one in Azure DevOps pipeline?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM