On Thu, Feb 26, 2009 at 3:38 PM, Christian Unger
<[email protected]> wrote:
>
> I'd like to know which tickets I modified in timeframe.
>
> I'd like to know which tickets have not been modified in timeframe or since.
>
> who can shed some light here?

SELECT * FROM ticket WHERE <min time> <= changetime <= <max time>;

I believe this capability has also been added to the custom query
module in trunk.  In the meantime an SQL report is necessary.

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