Fedora::Bugzilla::NewBug - New bug class


Fedora-Bugzilla documentation  | view source Contained in the Fedora-Bugzilla distribution.

Index


NAME

Top

Fedora::Bugzilla::NewBug - New bug class

SYNOPSIS

Top

    use Fedora::Bugzilla;

    my $bz = Fedora::Bugzilla->new(...);

    # fetch a bug
    my $bug1 = $bz->get_bug('123456');
    my $bug2 = $bz->get_bug('perl-Moose');

    # etc




DESCRIPTION

Top

This is a class representing the required elements of a new bug in the Bugzilla system.

It can be subclassed to provide default values for different "types" of classes, e.g. package review bugs are always going to have certain values defaulted in certain ways.

INTERFACE

Top

"Release Early, Release Often"

I've tried to get at least the methods I use in here. I know I'm missing some, and I bet there are others I don't even know about... I'll try not to, but I won't guarantee that I won't change the api in some incompatable way. If you'd like to see something here, please either drop me a line (see AUTHOR) or better yet, open a rt ticket with a patch ;)

METHODS

new()

REQUIRED ATTRIBUTES

product
component
summary
version

OPTIONAL ATTRIBUTES

status
version
op_sys
platform
severity
priority
blocked
bug_file_loc

Aka the "URL".

BUGS AND LIMITATIONS

Top

There are still many common attributes we do not handle yet. If you'd like to see something specific in here, please make a feature request.

Please report any bugs or feature requests to bug-fedora-bugzilla@rt.cpan.org, or through the web interface at http://rt.cpan.org.

SEE ALSO

Top

http://www.bugzilla.org, http://bugzilla.redhat.com, http://python-bugzilla.fedorahosted.org, the WWW::Bugzilla3 module.

AUTHOR

Top

Chris Weyl <cweyl@alumni.drew.edu>

LICENCE AND COPYRIGHT

Top


Fedora-Bugzilla documentation  | view source Contained in the Fedora-Bugzilla distribution.