From 79fed5d5b355112b944489c1a31f9669032f783a Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Tue, 13 Mar 2012 05:11:24 +0000 Subject: [PATCH] wording of tickets owned by you query [Imported from Trac: page ViewTickets, version 196] --- ViewTickets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ViewTickets.md b/ViewTickets.md index 7f6d4a3..0057cc5 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -11,7 +11,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&col=changetime ([count)](TicketQuery)(status!=closed,) or [most recently changed first]query:status!=closed&keywords~=&owner~=&reporter~=&desc=1&order=changetime&col=summary&col=keywords&col=status&col=owner&col=reporter&col=priority&col=type&col=milestone&col=changetime * [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,) - * [/query tickets owned by you (if logged in)] + * [/query open tickets owned by you (if logged in)]