[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
[%# INTERFACE:
# This template has no interface. It's a list of the available report
# types in Bugzilla.
#%]
[% PROCESS global/header.html.tmpl
title = "Reporting and Charting Kitchen"
doc_section = "reporting.html"
style_urls = ['skins/standard/reports.css']
%]
[% terms.Bugzilla %] allows you to view and track the state of the [% terms.bug %] database in
all manner of exciting ways.
Current State
-
Search -
list sets of [% terms.bugs %].
-
Tabular reports
-
tables of [% terms.bug %] counts in 1, 2 or 3 dimensions, as HTML or CSV.
[% IF feature_enabled('graphical_reports') %]
-
Graphical reports
-
line graphs, bar and pie charts.
[% END %]
-
Duplicates -
list of most frequently reported [% terms.bugs %].
[% Hook.process('current_state') %]
[% IF feature_enabled('new_charts') OR feature_enabled('old_charts') %]
Change Over Time
[% IF feature_enabled('old_charts') %]
-
Old Charts -
plot the status and/or resolution of [% terms.bugs %] against
time, for each product in your database.
[% END %]
[% IF feature_enabled('new_charts') AND user.in_group(Param("chartgroup")) %]
-
New Charts -
plot any arbitrary search against time. Far more powerful.
[% END %]
[% END %]
[% Hook.process('end') %]
[% PROCESS global/footer.html.tmpl %]