Changes between Version 9 and Version 10 of Reports


Ignore:
Timestamp:
Sep 13, 2007, 9:48:28 AM (17 years ago)
Author:
Adrian Holovaty
Comment:

Added "Claimed tickets" section

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v9 v10  
    77Helping out with one (or 12) of these tickets is one of the best ways to help Django! For help on our terminology, see our [http://www.djangoproject.com/documentation/contributing/#ticket-triage ticket triage policy].
    88
    9     * [query:status=new|assigned|reopened&stage=Accepted&has_patch=0 Accepted tickets that need patches].
    10     * [query:status=new|assigned|reopened&needs_docs=1 Accepted tickets that need documentation].
    11     * [query:status=new|assigned|reopened&needs_tests=1 Accepted tickets that need unit tests].
    12     * [query:status=new|assigned|reopened&needs_better_patch=1 Accepted tickets that have patches but need to be improved].
     9    * [query:status=new|assigned|reopened&stage=Accepted&has_patch=0 Accepted tickets that need patches]
     10    * [query:status=new|assigned|reopened&needs_docs=1 Accepted tickets that need documentation]
     11    * [query:status=new|assigned|reopened&needs_tests=1 Accepted tickets that need unit tests]
     12    * [query:status=new|assigned|reopened&needs_better_patch=1 Accepted tickets that have patches but need to be improved]
    1313
    1414== Tickets by triage stage ==
     
    1616For help on our terminology, see our [http://www.djangoproject.com/documentation/contributing/#ticket-triage ticket triage policy].
    1717
    18     * [query:status=new|assigned|reopened&stage=Unreviewed Unreviewed tickets].
    19     * [query:?status=new&status=assigned&status=reopened&stage=Design+decision+needed Tickets needing design decisions].
    20     * [query:status=new|assigned|reopened&stage=Accepted Tickets accepted for inclusion].
    21     * [query:?status=new&status=assigned&status=reopened&stage=Ready+for+checkin Tickets ready for checkin].
     18    * [query:status=new|assigned|reopened&stage=Unreviewed Unreviewed tickets]
     19    * [query:status=new&status=assigned&status=reopened&stage=Design+decision+needed Tickets needing design decisions]
     20    * [query:status=new|assigned|reopened&stage=Accepted Tickets accepted for inclusion]
     21    * [query:status=new&status=assigned&status=reopened&stage=Ready+for+checkin Tickets ready for checkin]
     22
     23== Claimed tickets ==
     24
     25These tickets have been "claimed" by somebody, which means they're actively being worked on. [http://www.djangoproject.com/documentation/contributing/#claiming-tickets Read more about "claiming" tickets].
     26
     27    * [query:status=new&status=assigned&status=reopened&group=owner&owner=%21nobody&order=priority Claimed tickets]
    2228
    2329== Tickets by status ==
    2430
    25     * [query:status=new|assigned|reopened All open tickets].
    26         * [query:status=new|assigned|reopened&group=stage Grouped by triage stage].
    27         * [query:status=new|assigned|reopened&group=component Grouped by component].
    28     * [query:status=new|assigned|reopened|closed All tickets] (including closed).
    29         * [query:group=component Grouped by component].
     31    * [query:status=new|assigned|reopened All open tickets]
     32        * [query:status=new|assigned|reopened&group=stage Grouped by triage stage]
     33        * [query:status=new|assigned|reopened&group=component Grouped by component]
     34    * [query:status=new|assigned|reopened|closed All tickets] (including closed)
     35        * [query:group=component Grouped by component]
    3036        * [query:group=resolution Grouped by resolution]
Back to Top