5.7.152. Bugzilla::Extension::BugViewPlus::Template

5.7.152.1. NAME

Bugzilla::Extension::BugViewPlus::Template

5.7.152.2. SYNOPSIS

use Bugzilla::Extension::BugViewPlus::Template;

my $template = Bugzilla::Extension::BugViewPlus::Template->create({
        name => 'Generic Bug',
        description => 'This is a basic template for generic bug',
        content => <<'CONTENT' });
Steps:
1. ...

Expected:
...

Actual:
...
CONTENT

5.7.152.3. DESCRIPTION

Database object for storing a bug template

Template is inherited from Bugzilla::Object.

5.7.152.4. FIELDS

  • name (mutable) - Template name
  • description (mutable) - Template description
  • is_active (mutable) - Boolean value defining if the template is active
  • content (mutable) - Template content

5.7.152.5. METHODS

none at the moment


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