简体   繁体   English

Azure Devops - 在工作项完成时通知用户

[英]Azure Devops - Notify a user when a work item is completed

Is it possible within Azure devops to send a bespoke notification to a user when a work item is completed.当工作项完成时,是否可以在 Azure DevOps 中向用户发送定制通知。

Example Scenario示例场景

  1. Work item are logged in azure devops under project by user 'Y' on behalf of a user 'X'工作项由用户“Y”代表用户“X”登录到项目下的 azure devops
  2. When this work item is completed is it possible to automate an email to user 'X'.完成此工作项后,可以自动向用户“X”发送电子邮件。 Saying something like your request has been completed.说你的请求已经完成。

User 'Y' = Member of development team User 'X' = End user of system, who has requested feature用户 'Y' = 开发团队成员 用户 'X' = 系统的最终用户,已请求功能

Is this possible to achieve or is there a better way to go about this process ?这有可能实现还是有更好的方法来完成这个过程?

I think, this is possible but azure devops should detect your X by some properties.我认为,这是可能的,但 azure devops 应该通过某些属性检测您的 X。 I see two ways:我看到两种方式:

  1. User X may to Follow a work item .用户 X 可以关注一个工作项
  2. User Y may create some specific tag and you can create a custom notification for that tag:用户 Y 可能会创建一些特定的标签,您可以为该标签创建自定义通知: 在此处输入图片说明

Or create a custom application that will scan your work items and send notifications.或者创建一个自定义应用程序来扫描您的工作项目并发送通知。

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

相关问题 Azure DevOPS - 在分配工作项时收到通知 - Azure DevOPS - Get notified when you are assigned a work item Azure DevOps 工作项类型通知条件 - Azure DevOps Work Item Type Condition for Notifications 将 Azure DevOps 工作项附件导入 PBI - Importing Azure DevOps Work Item attachments to PBI Azure Devops,如何在 devops backlog 中添加“工作项类型” - Azure Devops, how to add “Work Item type” in devops backlog 当所有链接的子工作项都满足特定条件时,更改 Azure DevOps 父工作项状态? - Change Azure DevOps Parent Work Item status when all linked children work items meet certain condition? 如何更改 Azure DevOps 工作项中工作项的日期格式 - How to change the date format on a Work Item in Azure DevOps Work item 在 Azure DevOps 中,在 Scrum 项目中,将工作类型标签从“产品待办事项”更改为“用户故事” - Within Azure DevOps, in a Scrum project, change the work type label from "product backlog item" to "user story" 找不到未分配的Azure DevOps工作项用户 - Azure DevOps Work items unassigned user not found 尝试使用Azure DevOps REST API将讨论'评论'发表到工作项时出错 - Error when trying to post a discussion 'comment' to a work item using the Azure DevOps REST API Azure DevOps中构建管道失败时如何添加相关工作项? - How to add a related work item when the build pipeline fails in Azure DevOps?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM