Confirmed users
2,816
edits
m (→How to Use) |
m (→How to Use) |
||
Line 22: | Line 22: | ||
Note that the tag name defaults to "bugzilla" but is configurable. | Note that the tag name defaults to "bugzilla" but is configurable. | ||
There is also exploratory support for charting: | There is also exploratory support for charting. Here are some examples: | ||
<pre> | <pre> | ||
<bugzilla type="count" display="bar"> | <bugzilla type="count" display="bar"> | ||
Line 31: | Line 33: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
</pre> | |||
This example uses date ranges and returns bugs from multiple products: | |||
<pre> | |||
<bugzilla type="count" display="bar"> | <bugzilla type="count" display="bar"> | ||
{ | { | ||
"product": ["Core","Calendar","Toolkit","Firefox | "product": ["Core","Calendar","Toolkit","Firefox"], | ||
"changed_after": "2000-01-01", | "changed_after": "2000-01-01", | ||
"changed_before": "2013-02-01", | "changed_before": "2013-02-01", |