简体   繁体   English

如何在 azure devops 工作项目屏幕中显示所有工作项目

[英]How can I show all work items in azure devops work items screen

So by default when I go into my azure devops work items for particular project it has around 7 pre-defined options shown in image below, for example recently created shows last 30 days.所以默认情况下,当我 go 进入我的 azure devops 特定项目的工作项目时,它有大约 7 个预定义选项,如下图所示,例如最近创建的最近 30 天的节目。 I find it really frustrating that there is no option to view all work items in here, as i would be nice to be able to search first and make sure duplicate items don't get logged.我发现这里没有查看所有工作项的选项真的很令人沮丧,因为我希望能够先搜索并确保不记录重复项。 I have did some searching and the only work around seems to be to create a query which is a bit cumbersome.我做了一些搜索,唯一的解决方法似乎是创建一个有点麻烦的查询。

Surely there is another way to achieve this in the work items screen?在工作项目屏幕中肯定有另一种方法可以实现这一点吗? Thanks for any help谢谢你的帮助

工作项

How can I show all work items in azure devops work items screen如何在 azure devops 工作项屏幕中显示所有工作项

Sorry for any inconvenience.任何不便敬请谅解。

This behavior is by designed .这种行为是故意的 There is no way to fix it at present.目前没有办法修复它。

As we know, those 7 pre-defined options use the cache mechanism, which will keep the last option used last.正如我们所知,这 7 个预定义选项使用缓存机制,这将保留最后使用的最后一个选项。

Just like the last time we used the option Assigned to me , then the next time we click on Work items , it will show Assigned to me by default.就像上次我们使用分配给我的选项一样,下次我们点击工作项目时,它会默认显示分配给我 This can bring us convenience according to our usage habits.这可以根据我们的使用习惯给我们带来方便。

So, if we add the option for All Work items in the Work items screen, this will greatly increase the burden of Azure devops and make the response of Azure devops slow or even crash.所以,如果我们在Work items界面增加All Work items的选项,这会大大增加Azure devops的负担,使得Azure devops的响应变慢甚至崩溃。 That because work items serve the entire org, usually all work items will be a large number.那是因为工作项为整个组织服务,通常所有工作项都是一个很大的数字。

To get the all Work items, we have to create a query and save this query, you just need to run that query when you check the duplicate items instead of creating it every time.要获取所有工作项,我们必须创建一个查询并保存此查询,您只需在检查重复项时运行该查询,而不是每次都创建它。

Hope this helps.希望这可以帮助。

More of a workaround than an answer, but:与其说是答案,不如说是一种解决方法,但是:

Select Azure DevOps / Boards / Work Items / Recently Created

Open in queries
Editor
Amend or remove selection criteria
Save Query

Then to run that query:然后运行该查询:

Azure DevOps / Boards / Open in queries 
Click Queries at the top
Select the query you saved

转到待办事项,所有项目都在那里,您可以打开/关闭已完成的项目

If you select EPICS in the Backlog view, then expand the list fully (from the + and - at the top left) you will see ALL open and closed Features, User Stories and Tasks.如果您在 Backlog 视图中输入 select EPICS,然后完全展开列表(从左上角的 + 和 - 开始),您将看到所有打开和关闭的功能、用户故事和任务。

This will work if you do NOT close an Epic.如果您不关闭 Epic,这将起作用。

暂无
暂无

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

相关问题 您如何在 Azure DevOps 中反复显示正在移入“下一个”冲刺的工作项 - How can you show work items that are being moved into the 'next' sprint repeatedly in Azure DevOps 在 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 工作项的“请求反馈”? - 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:如何使用 REST API 从 Azure DevOps 项目中导出工作项? - Azure DevOps : How to export the Work Items from an Azure DevOps Project using REST APIs? 当所有链接的子工作项都满足特定条件时,更改 Azure DevOps 父工作项状态? - Change Azure DevOps Parent Work Item status when all linked children work items meet certain condition?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM