简体   繁体   English

在 Azure Devops 中,我可以查询子工作项的子项并将它们发布到板上吗?

[英]In Azure Devops can I query the child of child work items and publish them on a board?

Can I query the child-of-child work items and publish them on a dashboard?我可以查询子工作项并将它们发布到仪表板上吗?

For example in the below structure, how can I query all the user stories for an Epic?例如在下面的结构中,如何查询 Epic 的所有用户故事?

Epic

 |_Feature1

      |_User Story1

      |_User Story2

 |_Feature2

      |_User Story1

Your Query should be like this:您的查询应该是这样的:

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

Successfully on my side:成功地站在我这边:

在此处输入图像描述

Exact same task here, but I need to see it as query tile widget with only a number of user stories.这里的任务完全相同,但我需要将其视为只有一些用户故事的查询磁贴小部件。 Is it possible?可能吗?

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

相关问题 Azure DevOps板查询 - Azure DevOps board query 如何在 azure devops 工作项目屏幕中显示所有工作项目 - How can I show all work items in azure devops work items screen 如何在同一个 Azure DevOps Board 上添加多个项目? - How can I add multiple projects on the same Azure DevOps Board? azure devops python 获取工作项的所有链接(子/父) - azure devops python get all links (child / parent) for work item 子 Workitem 可以从 azure devops 中的父级继承字段值吗? - Can a child Workitem inherit a field value from a parent in azure devops? 如果有任何父项正在进行中,则 Azure DevOps 查询工作项 - Azure DevOps query for work items if any parent is in progress Azure DevOps 查询今天和失败或解决的工作项 - Azure DevOps query for today and failed or resolved work items 在 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 (VSTS) 中有相关测试的工作项? - How can I get work items that have a related test in Azure DevOps (VSTS)? 我可以在 Azure DevOps 中使用 dotnet publish 命令发布 .net 框架 4.7.1 解决方案吗 - Can I publish .net framework 4.7.1 solution with dotnet publish command in Azure DevOps
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM