简体   繁体   English

Azure DevOps 查询今天和失败或解决的工作项

[英]Azure DevOps query for today and failed or resolved work items

How can i see on dashboard, a work item which today failed issues.我如何在仪表板上看到今天失败的工作项。 Shortly, the query should give me state changed today to failed.不久,查询应该给我 state 今天更改为失败。

According to your description, you could try to create a shared query with the following clause:根据您的描述,您可以尝试使用以下子句创建共享查询:

询问

And then add this shared query to the dashboard by using the "Query Results" widget.然后使用“查询结果”小部件将此共享查询添加到仪表板。

To list work items based on when they were created, closed, resolved, or changed—you can specify a date or use a supported macro.要根据创建、关闭、解决或更改的时间列出工作项,您可以指定日期或使用支持的宏。 Use the @Today macro and specify a plus or minus number of days for relative dates.使用@Today 宏并为相对日期指定正负天数。

For more information, you could refer to this documentation .有关更多信息,您可以参考此文档

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

相关问题 如果有任何父项正在进行中,则 Azure DevOps 查询工作项 - Azure DevOps query for work items if any parent is in progress 在 Azure Devops 中,如何创建分支策略以要求在合并 PR 之前解析链接的工作项? - In Azure Devops, how can I create a branch policy to require linked work items be resolved before a PR is merged? 缺少有关 Azure DevOps 工作项的“请求反馈”? - Missing 'Request Feedback' on Azure DevOps work items? 导出和编辑 Azure Devops 中的工作项 - Export and edit work items in Azure Devops 找不到未分配的Azure DevOps工作项用户 - Azure DevOps Work items unassigned user not found 当工作项遇到迭代时的 Azure DevOps - Azure DevOps When Work Items Meet Iterations 在 Azure Devops 中,我可以查询子工作项的子项并将它们发布到板上吗? - In Azure Devops can I query the child of child work items and publish them on a board? 在Azure Devops中形成查询以将所有从一个状态移动到另一状态的工作项拉出 - Form a query in Azure Devops to pull all the work items that moved from one state to another Azure DevOps:如何使用 REST API 从 Azure DevOps 项目中导出工作项? - Azure DevOps : How to export the Work Items from an Azure DevOps Project using REST APIs? Azure DevOps 在一段时间内更改了工作项列表 - Azure devops changed list of work items during a time period
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM