Hi, if you need a Query that gives you all the changed workItems since yesterday, it's pretty straightforward:
AND Changed Date > @Today - 1
But what if I want finer grain, like all the changes the last 6 hours? Beats me.
Any suggestions?
thanks, /Tomas
Tomas L
The query builder in UI actually works with dayprecision set, which means it takes time based on operator and this is how mostly users expect to work. So time cannot be specified in UI, but if you use object model you can override this by specifying dayprecision parameter in Query object constructor.