From a1f9d688b748bec6ece6caf3612b33fc33b09a23 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 23 Jul 2010 04:52:40 +0000 Subject: [PATCH] exclude closed tickets from review-needed [Imported from Trac: page ViewTickets, version 141] --- ViewTickets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ViewTickets.md b/ViewTickets.md index 450e5a2..e7e862b 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -24,7 +24,7 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each # Special Tickets - * [review-needed]query:keywords~=review-needed&group=milestone ([count)](TicketQuery)(keywords~=review-needed,): tickets with a patch that wants to be reviewed (see [PatchReviewProcess](PatchReviewProcess)) + * [review-needed]query:keywords~=review-needed&status=!closed&group=milestone ([count)](TicketQuery)(keywords~=review-needed&status=!closed,): tickets with a patch that wants to be reviewed (see [PatchReviewProcess](PatchReviewProcess)) * [reviewed]query:status!=closed&keywords~=reviewed ([count)](TicketQuery)(status!=closed&keywords~=reviewed,): tickets with a patch reviewed and waiting to be committed * [easy]query:status!=closed&keywords~=easy ([count)](TicketQuery)(status!=closed&keywords~=easy,): this issue represents some low-hanging (coding) fruit * [regression]query:status!=closed&keywords~=regression ([count)](TicketQuery)(status!=closed&keywords~=regression,): regressions relative to a previous release, or previous state of the development infrastructure