diff --git a/ViewTickets.md b/ViewTickets.md index dd6411c..667436c 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -10,7 +10,7 @@ * [unfinished-business]query:status!=closed&keywords~=unfinished-business ([count)](TicketQuery)(status!=closed&keywords~=unfinished-business,): unfinished business from a previous change (but not strictly a regression) * [all open tickets, most recent first]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 ([count)](TicketQuery)(status!=closed,) * [all closed tickets, most recently changed first]query:status=closed&keywords~=&owner~=&reporter~=&desc=1&order=changetime&col=summary&col=keywords&col=resolution&col=reporter&col=priority&col=type&col=milestone&col=changetime ([count)](TicketQuery)(status=closed,) - * [open tickets owned by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/query?max=1000&col=summary&col=keywords&col=resolution&col=reporter&col=priority&col=type&col=milestone&col=changetime) + * [open tickets owned by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/query?max=1000&col=summary&col=keywords&col=reporter&col=type&col=priority&col=time&col=milestone&col=changetime) * [open tickets reported by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/report/27?max=1000)