| | 61 | |----------------------------------------------------------- |
| | 62 | ||=Number of closed Firefox tickets: =||\ |
| | 63 | || **[[TicketQuery(status=closed,keywords~=firefox,count)]]**||\ |
| | 64 | || `[[TicketQuery(status=closed,keywords~=firefox,count)]]` || |
| | 65 | |----------------------------------------------------------- |
| | 66 | ||=Number of closed Opera tickets: =||\ |
| | 67 | || **[[TicketQuery(status=closed,keywords~=opera,count)]]**||\ |
| | 68 | || `[[TicketQuery(status=closed,keywords~=opera,count)]]` || |
| | 69 | |----------------------------------------------------------- |
| | 70 | ||=Number of closed tickets affecting Firefox and Opera: =||\ |
| | 71 | || **[[TicketQuery(status=closed,keywords~=firefox opera,count)]]**||\ |
| | 72 | || `[[TicketQuery(status=closed,keywords~=firefox opera,count)]]` || |
| | 73 | |----------------------------------------------------------- |
| | 74 | ||=Number of closed tickets affecting Firefox or Opera: =||\ |
| | 75 | || **[[TicketQuery(status=closed,keywords~=firefox|opera,count)]]**||\ |
| | 76 | || `[[TicketQuery(status=closed,keywords~=firefox|opera,count)]]` || |
| | 77 | |----------------------------------------------------------- |
| | 78 | ||=Number of tickets that affect Firefox or are closed and affect Opera: =||\ |
| | 79 | || **[[TicketQuery(keywords~=firefox,or,status=closed,keywords~=opera,count)]]**||\ |
| | 80 | || `[[TicketQuery(status=closed,keywords~=opera,or,keywords~=firefox,count)]]` || |
| | 81 | |----------------------------------------------------------- |
| | 82 | ||=Number of closed Firefox tickets that don't affect Opera: =||\ |
| | 83 | || **[[TicketQuery(status=closed,keywords~=firefox - opera,count)]]**||\ |
| | 84 | || `[[TicketQuery(status=closed,keywords~=firefox -opera,count)]]` || |