简体   繁体   中英

How to search for old work items in Azure Devops?

I want to find all the work items in my Azure Devops tenant that have not been touched in the last 365 days.

I came up with the query Changed Date < @StartOfDay('-365d') but this does not seem to be giving me the expected results, as it includes newer items too.

I have many work items on my side, but I didn't encounter the situation you mentioned.

What is the Changed Date of the 'newer items' on your side?

在此处输入图像描述

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