5.7.179. Bugzilla::Extension::PlotlyReports::Graphs::NonDefaults

5.7.179.1. Name

Bugzilla::Extension::PlotlyReports::Graphs::NonDefaults

5.7.179.2. Description

This module generates reports listing bugs that have non-default users in the assignee, qa, or docs roles, or with a non-default pool.

5.7.179.3. METHODS

new

  • Description

Creates an object to generate a graph with.

my %opt = (new => 1, by_pool => 1);
my $gf  =
  Bugzilla::Extension::PlotlyReports::Graphs::NonDefaults->new({%opt});

$gt->run();
$gt->generate();
  • Params
  • title
string The start string for the graph title. Defaults to ‘Non-Defaults Report’. It will get modified by other parameters.
  • new
bool limit report to new bugs.
  • closed
bool report on all bugs including closed bugs.
  • by_pool
bool limit report to bugs that have a non-default pool.
  • products
string a comma separated list of product names to restrict the results to.
  • Returns
A Bugzilla::Extension::PlotlyReports::Graphs::NonDefaults object.

run

  • Description
Run the queries to gather the bug data.
  • Params
None.
  • Returns
Nothing.

generate

  • Description
Process the bug data and generate the results.
  • Params
None.
  • Returns
Nothing.

This documentation undoubtedly has bugs; if you find some, please file them here.