On Jan 20, 3:22 am, "Guy Bashan" <[email protected]> wrote: > Hi all, > > I have 2 related questions: > > 1) I am trying to write a report that will show all tickets with > "changetime" smaller than a given date. For example: 1/1/2009. My report > works fine, besides the date part. I have tried writing the following: > changedate <= '2009-01-01' in all sort of way with no luck. How can I make > date comparisons work in Trac reports? > > 2) I want the date (from part 1) to be a dynamic parameter to the > report. As far as I understand this can be done by doing something like: > $MY_DATE. But I want this date to be some "system" variable that will be > "auto-calculated". Actually this date should be the last date of the build > put in Test (QA) environment. This way I want to be able to show all closed > tickets that are already in Test environment. I have the date value of the > last build in some text file. Is there a way of reading the last build date
This thread might be of some value: http://groups.google.com/group/trac-users/browse_thread/thread/c3452e8656af5988/62c9ebdee6ec91ea?hl=en&lnk=gst&q=datetime#62c9ebdee6ec91ea they are focusing on close not change, but the general concept applies. > from a text file and sending it as a parameter to the report? > > Thanks in advance. > > Guy. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
