The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hubot::Scripts::bugzilla

SYNOPSIS

    bug(or bz) (<bug id>|<keyword>) - retrun bug summary, status, assignee and priority if exist
    bug(or bz) search <keyword>     - retrun bug summary, status, assignee and priority if exist
    bug(or bz) <number> - show the bug title. (support multiple)

CONFIGURATION

  • HUBOT_BZ_JSONRPC_URL

  • HUBOT_BZ_USERNAME

  • HUBOT_BZ_PASSWORD

AUTHOR

Hyungsuk Hong <hshong@perl.kr>