| 31 | | == Statistics == |
| 32 | | |
| 33 | | * New tickets: [[TicketQuery(status=new, count)]] |
| 34 | | * Reopened tickets: [[TicketQuery(status=reopened, count)]] |
| 35 | | * Assigned tickets: [[TicketQuery(status=assigned, count)]] |
| 36 | | * Invalid tickets: [[TicketQuery(status=closed&resolution=invalid, count)]] |
| 37 | | * Worksforme tickets: [[TicketQuery(status=closed&resolution=worksforme, count)]] |
| 38 | | * Duplicate tickets: [[TicketQuery(status=closed&resolution=duplicate, count)]] |
| 39 | | * Wontfix tickets: [[TicketQuery(status=closed&resolution=wontfix, count)]] |
| 40 | | * Fixed tickets: [[TicketQuery(status=closed&resolution=fixed, count)]] |
| 41 | | * Total tickets: [[TicketQuery(status=new|assigned|reopened|closed, count)]] |