Is it possible to filter the work items based on Changed Date? #2703
Replies: 1 comment
-
This was an easy one that I just overlooked. In the query, just add " AND [System.ChangedDate] >= '01-01-2023'" worked perfectly just in case anyone else misses an easy one like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm moving a collection of boards from one org to another. These have been in place since 2019 and we don't need to move everything, just going back the last 2 years. I can manually move the items in AzDO to a different backlog but I'm curious if it is possible to have this tool to ignore anything with a ChangedDate before 01/01/2023. I searched but couldn't find anything but may have just missed the thread. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions