5.7.161. Bugzilla::Extension::ExternalBugs::Bug

5.7.161.1. NAME

Bugzilla::Extension::ExternalBugs::Bug - External Bugs Class.

5.7.161.2. SYNOPSIS

use Bugzilla::Extension::ExternalBugs::Bug;

my $external_bugs = Bugzilla::Extension::ExternalBugs::Bug->match({ bug_id => $bug_id });

# Public methods
my $ext_bug = Bugzilla::Extension::ExternalBugs::Bug->create({ bug_id => $bug_id,
                                          ext_bz_id => $ext_bz_id,
                                          ext_bz_bug_id => $ext_bz_bug_id });
$ext_bug->remove_from_db();

5.7.161.3. DESCRIPTION

ExternalBugs::Bug represents an external bug object. It is an implementation of Bugzilla::Object, and thus provides all methods that Bugzilla::Object provides.

The methods that are specific to Bugzilla::Extension::ExternalBugs::Bug are listed below.

5.7.161.4. METHODS

  • Need Documentation

5.7.161.5. SEE ALSO

Bugzilla::Object


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