Here is my query: query: *[[TicketQuery(format=table, col=id|modified)]]* The columns I get returned are: *Ticket <http://trac.thecornerstonepros.com/cpd/query?report=15&order=id>* * Summary<http://trac.thecornerstonepros.com/cpd/query?report=15&order=summary> * * Owner<http://trac.thecornerstonepros.com/cpd/query?report=15&order=owner> * * Status <http://trac.thecornerstonepros.com/cpd/query?report=15&order=status> * *Priority<http://trac.thecornerstonepros.com/cpd/query?report=15&desc=1&order=priority> * * Resolution<http://trac.thecornerstonepros.com/cpd/query?report=15&order=resolution> * * Created<http://trac.thecornerstonepros.com/cpd/query?report=15&order=time>
* Here is the contents of my trac.ini file under [query]: *[query] default_anonymous_query = status!=closed&cc~=$USER default_query = status!=closed&owner=$USER items_per_page = 100 ticketlink_query = ?status=!closed* Any idea why my query isn't returning just the ticked id and date modified? No matter what columns I specify, I get the same query result. It seems to be ignoring my parameters. Thanks in advance! -Sean On Wednesday, September 12, 2012 10:09:42 AM UTC-4, Ethan Jucovy wrote: > > On Wed, Sep 12, 2012 at 9:22 AM, cornerstone <[email protected]<javascript:> > > wrote: > >> Is it possible to have a column that displays the "Last Modified" date >> using the TicketQuery table syntax? > > > Sure -- the column is called "modified": [[TicketQuery(format=table, > col=id|modified)]] > > "created" is also available. > > -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-dev/-/onetI80pYkYJ. 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-dev?hl=en.
