diff --git a/ViewTickets.md b/ViewTickets.md index 65a2db4..e544a57 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -29,6 +29,7 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each * [review-needed]query:status!=closed&keywords~=review-needed ([count)](TicketQuery)(status!=closed&keywords~=review-needed,): tickets with a patch waiting for review * [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 + * [all open tickets, most recent first]query:status!=closed&desc=1&order=id ([count)](TicketQuery)(status!=closed,) # Keywords