Access Bugzilla from Perl

BZ-Client 2 is now available in a developer release on CPAN and GitHub.

Example:

my $client = BZ::Client->new( url => $url,
user => $user,
password => $password,
autologin => 0
);
$client->login();
$ids = [ 69, 101 ];
my $bugs = BZ::Client::Bug->get( $client, $ids );

 

Tired of managing your Bugzilla? We are the experts at hosting Bugzilla. Free migration from your existing Bugzilla. We keep everything patched, updated, backed up and running fast.

Find out more