48
edits
Line 28: | Line 28: | ||
| [mailto:mkurze@mozilla.com Michael Kurze]<br> | | [mailto:mkurze@mozilla.com Michael Kurze]<br> | ||
| | | | ||
This will need flags to allow for better selection of releases. | |||
Solr queries (without flags) | Solr queries (without flags) | ||
[http://cm-metricsetl05:8983/solr/select/?q= | |||
[http://cm-metricsetl05:8983/solr/select/?q= | * opened/found over time: [http://cm-metricsetl05:8983/solr/select/?q=previous_status:%3Cnone%3E&facet=true&facet.date=modification_date&facet.date.gap=%2B7DAY&facet.date.start=NOW-49DAY/DAY&facet.date.end=NOW/DAY&indent=on&rows=0] | ||
* closed/fixed over time: [http://cm-metricsetl05:8983/solr/select/?q=expiration_date:%5BNOW+TO+*%5D%20major_status:CLOSED&facet=true&facet.date=modification_date&facet.date.gap=%2B7DAY&facet.date.start=NOW-49DAY/DAY&facet.date.end=NOW/DAY&indent=on&rows=0 closed/fixed] | |||
<br> | <br> | ||
Line 48: | Line 51: | ||
| <br> | | <br> | ||
| | | | ||
* Current open bugs by prio for products Firefox and Core: [http://cm-metricsetl05.mozilla.org:8983/solr/select/?q=expiration_date:%5BNOW+TO+*%5D%20major_status:OPEN%20%28product:Firefox%20OR%20product:Core%29&facet=true&facet.field=priority&rows=0 prio] | |||
<br> | <br> | ||
Line 66: | Line 67: | ||
| | | | ||
* Currently open bugs by severity, for products Firefox and Core: [http://cm-metricsetl05.mozilla.org:8983/solr/select/?q=expiration_date:%5BNOW+TO+*%5D%20major_status:OPEN%20%28product:Firefox%20OR%20product:Core%29&facet=true&facet.field=severity&rows=0 ] | |||
Currently open bugs [http://cm-metricsetl05.mozilla.org:8983/solr/select/?q=expiration_date:%5BNOW+TO+*%5D%20major_status:OPEN%20%28product:Firefox%20OR%20product:Core%29&facet=true&facet.field=severity&rows=0 | |||
<br> | <br> | ||
Line 86: | Line 85: | ||
| | | | ||
[http://cm-metricsetl05.mozilla.org:8983/solr/select/?q=expiration_date:%5BNOW+TO+*%5D%20major_status:OPEN%20%28product:Firefox%20OR%20product:Core%29&facet=true&facet.field=component&rows=0 | Current open bugs by component, for products Firefox and Core: [http://cm-metricsetl05.mozilla.org:8983/solr/select/?q=expiration_date:%5BNOW+TO+*%5D%20major_status:OPEN%20%28product:Firefox%20OR%20product:Core%29&facet=true&facet.field=component&rows=0] | ||
Same, but only the 10 components with the most bugs: [http://cm-metricsetl05.mozilla.org:8983/solr/select/?q=expiration_date:%5BNOW+TO+*%5D%20major_status:OPEN%20%28product:Firefox%20OR%20product:Core%29&facet=true&facet.field=component&facet.limit=10&rows=0] | |||
<br> | <br> |
edits