Changes between Version 20 and Version 21 of ViewTickets
- Timestamp:
- Mar 3, 2018 3:46:43 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViewTickets
v20 v21 9 9 = Special Tickets = 10 10 11 * [query:status!=closed&keywords~=good-first-ticket good-first-ticket] ([[TicketQuery(status!=closed&keywords~=good-first-ticket, count)]]): tickets that are a manageable size for a new contributor 12 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): tickets that represent some low-hanging (coding) fruit 11 13 * [query:status=new new] ([[TicketQuery(status=new, count)]]): tickets that need to be triaged 12 14 * [query:status=!closed&keywords=~review-needed&group=milestone&col=id&col=summary&col=keywords&col=status&col=owner&col=type&col=priority&col=time&col=changetime&desc=1&order=changetime review-needed] ([[TicketQuery(keywords~=review-needed&status=!closed, count)]]): tickets with a patch that wants to be reviewed (see PatchReviewProcess). 13 15 * [query:status!=closed&keywords~=reviewed reviewed] ([[TicketQuery(status!=closed&keywords~=reviewed, count)]]): tickets with a patch reviewed and waiting to be committed 14 16 * [query:keywords~=news-needed&status=!closed&group=milestone news-needed] ([[TicketQuery(keywords~=news-needed&status=!closed, count)]]): tickets for which a news entry is needed 15 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit16 17 * [query:status!=closed&keywords~=proof-needed proof-needed] ([[TicketQuery(status!=closed&keywords~=proof-needed, count)]]): tickets that need someone to try recreating the issue, usually because there isn't enough information to identify a problem 17 18 * [query:status!=closed&keywords~=regression regression] ([[TicketQuery(status!=closed&keywords~=regression, count)]]): regressions relative to a previous release, or previous state of the development infrastructure