简体   繁体   中英

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. 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

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.

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. 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.

This will work if you do NOT close an Epic.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM