Changes between Version 152 and Version 153 of ViewTickets


Ignore:
Timestamp:
2010-10-29T19:48:54Z (13 years ago)
Author:
davidsarah
Comment:

add 'news-needed' query

Legend:

Unmodified
Added
Removed
Modified
  • ViewTickets

    v152 v153  
    33 * [query:keywords~=review-needed&status=!closed&group=milestone review-needed] ([[TicketQuery(keywords~=review-needed&status=!closed, count)]]): tickets with a patch that wants to be reviewed (see PatchReviewProcess)
    44 * [query:status!=closed&keywords~=reviewed reviewed] ([[TicketQuery(status!=closed&keywords~=reviewed, count)]]): tickets with a patch reviewed and waiting to be committed
     5 * [query:keywords~=news-needed&status=!closed&group=milestone news-needed] ([[TicketQuery(keywords~=news-needed&status=!closed, count)]]): tickets for which a [source:NEWS] entry is needed
    56 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit
    67 * [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