On Thu, 2010-05-06 at 07:02 +0100, Cooke, Mark wrote:

I'm not sure what you are trying to do with the results of your query.
But if it is to show the tickets in a list, what about TicketQuery with
the modified= option?

This shows the ticket changes in the last day:

[[TicketQuery(modified=1d;,order=changetime,desc=1,format=table,col=owner|reporter|type|status|summary|changetime)]]

As a minimum, I guess you could find the code in Trac that does this and
adapt it to your needs.

-- 
Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to