Select bugs

{ my $output = ''; our $value_index = 0; our $search = ''; our $search_value = ''; for my $key (@search_key_order){ if (exists $param{$key}){ for my $value (make_list($param{$key})){ $search = $key; $search_value = $value; $output .= include('cgi/pkgreport_options_search_key'); $output .= '
'; $value_index++; } } } $search = ''; $search_value = ''; $output; } {include('cgi/pkgreport_options_search_key')}

The same search fields are ORed, different fields are ANDed.

Valid severities are {$config{show_severities}}

Valid tags are {join(', ',@{$config{tags}})}

Include Bugs

{our $incexc = 'include'; include('cgi/pkgreport_options_include_exclude'); }

Exclude Bugs

{our $incexc = 'exclude'; include('cgi/pkgreport_options_include_exclude'); }

Categorize/Order using

Misc options

Repeat Merged
Reverse Bugs
Reverse Pending
Reverse Severity
No Bugs which affect packages


Toggle all extra information

Submit