[%# 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: # sortby: string. the column on which we are sorting the buglist. # reverse: boolean. True if we are reversing the current sort. # maxrows: integer. Max number of rows to display. # changedsince: integer. The number of days ago for the changedsince column. # openonly: boolean. True if we are only showing open bugs. # product: array of strings. The set of products we check for dups. # # Additionally, you need to fulfill the interface to # duplicates-table.html.tmpl. #%] [% IF product.size %] [% title = BLOCK %] Most Frequently Reported [% terms.Bugs %] for [%+ product.join(', ') FILTER html %] [% END %] [% ELSE %] [% title = "Most Frequently Reported $terms.Bugs" %] [% END%] [% PROCESS global/header.html.tmpl title = title %]

What is this data?
Change parameters

[% PROCESS "reports/duplicates-table.html.tmpl" %] [%# *** Parameters *** %] [% bug_ids_string = bug_ids.join(',') %]

Change Parameters

Restrict to products: [% INCLUDE "global/product-select.html.tmpl" id => "product" name => "product" multiple => 5 value => product %]
When sorting or restricting, work with:
days
Or just give this to me as a . (Note: the order may not be the same.)

What are "Most Frequently Reported [% terms.Bugs %]"?

The Most Frequent [% terms.Bugs %] page lists the known open [%+ terms.bugs %] which are reported most frequently, counting the number of direct and indirect duplicates of [% terms.bugs %]. This information is provided in order to assist in minimizing the amount of duplicate [% terms.bugs %] entered into [% terms.Bugzilla %], which saves time for Quality Assurance engineers who have to triage the [% terms.bugs %].

How do I use this list? [% PROCESS global/footer.html.tmpl %]