Changes

Jump to: navigation, search

Help:Editing

648 bytes added, 21:16, 5 March 2012
HTML Tables
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==
Confirm
4,467
edits

Navigation menu