diff --git a/ViewTickets.md b/ViewTickets.md index a46b963..bc05862 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -10,8 +10,8 @@ * [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,) - * [tickets owned by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/query?max=1000) - * [tickets reported by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/report/27?max=1000) + * [open tickets owned by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/query?max=1000) + * [open tickets reported by you (if logged in)](http://tahoe-lafs.org/trac/tahoe-lafs/report/27?max=1000)