[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # products: list of strings. The products this user can see. # # 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: string. Restrict to this product only. # # Additionally, you need to fulfill the interface to # duplicates-table.html.tmpl. #%] [% IF product %] [% title = "Most Frequently Reported Bugs for $product" %] [% ELSE %] [% title = "Most Frequently Reported Bugs" %] [% END%] [% PROCESS global/header.html.tmpl style = ".resolved { background-color: #d9d9d9; color: #000000; }" %]

What is this data?
Change parameters

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

Change Parameters

When sorting or restricting, work with:
Restrict to products:
Max rows:
Change column is change in the last: days
Or just give this to me as a . (Note: the order may not be the same.)

What are "Most Frequently Reported Bugs"?
The Most Frequent Bugs page lists the known open bugs which are reported most frequently. It is automatically generated from the Bugzilla database every 24 hours, by counting the number of direct and indirect duplicates of bugs. This information is provided in order to assist in minimizing the amount of duplicate bugs entered into Bugzilla, which saves time for Quality Assurance engineers who have to triage the bugs.
How do I use this list? [% PROCESS global/footer.html.tmpl %]