From 33c7a63064471439f31e3a4a07f7ce3f1e9e0e72 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Mon, 25 Jul 2011 23:59:18 +0000 Subject: [PATCH] 'tickets owned by you' and 'tickets reported by you' return only open tickets [Imported from Trac: page ViewTickets, version 178] --- ViewTickets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)