Confirmed users
4,467
edits
(Reverting back strange editions that have corrupted the page.) |
|||
Line 762: | Line 762: | ||
HTML tables can be quite useful as well. For details on how to use them and discussion about when they are appropriate, see [[Help:Table]]. | HTML tables can be quite useful as well. For details on how to use them and discussion about when they are appropriate, see [[Help:Table]]. | ||
=== Bugzilla Extension === | |||
You use this extension in this way: | |||
<pre> | |||
<bugzilla> | |||
(JSON REST API query key/value pairs) | |||
</bugzilla> | |||
</pre> | |||
An example: | |||
<pre> | |||
<bugzilla> | |||
{ | |||
"product": "Bugzilla", | |||
"priority":"P1" | |||
} | |||
</bugzilla> | |||
</pre> | |||
For more details on how to query in various ways, see the documentation for the Bugzilla REST API | |||
Note that the tag name defaults to "bugzilla" but is configurable. | |||
There is also exploratory support for charting: | |||
<pre> | |||
<bugzilla type="count" display="bar"> | |||
{ | |||
"product": "Bugzilla", | |||
"priority": "P1", | |||
"x_axis_field": "severity" | |||
} | |||
</bugzilla> | |||
</pre> | |||
==Templates== | ==Templates== |