Changes between Version 166 and Version 167 of ViewTickets


Ignore:
Timestamp:
2011-01-17T00:12:00Z (13 years ago)
Author:
davidsarah
Comment:

'all closed tickets' query

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v166 v167  
    88 * [query:status!=closed&keywords~=unfinished-business unfinished-business] ([[TicketQuery(status!=closed&keywords~=unfinished-business, count)]]): unfinished business from a previous change (but not strictly a regression)
    99 * [query:status!=closed&keywords~=&owner~=&reporter~=&desc=1&order=id&col=summary&col=keywords&col=status&col=owner&col=reporter&col=priority&col=type&col=milestone all open tickets, most recent first] ([[TicketQuery(status!=closed, count)]])
     10 * [query:status==closed&keywords~=&owner~=&reporter~=&desc=1&order=id&col=summary&col=keywords&col=status&col=owner&col=reporter&col=priority&col=type&col=milestone all closed tickets, most recent first] ([[TicketQuery(status==closed, count)]])
    1011 * [http://tahoe-lafs.org/trac/tahoe-lafs/query?max=1000 tickets owned by you (if logged in)]
    1112 * [http://tahoe-lafs.org/trac/tahoe-lafs/report/27?max=1000 tickets reported by you (if logged in)]