NAME
bug_tree - Print a bugzilla tree out to stdout
VERSION
version 0.08
SYNOPSIS
% bug_tree --bug bug_id [ --url url ] [ --ssl-no-verify-hostname ]
% bug_tree --help | -h
% bug_tree --version
DESCRIPTION
This script prints out a tree (with colors if available) of dependent bugs from your Bugzilla server.
This script will prompt you for a username or password if the server requires HTTP Basic authentication ( If you set the environment variable BUG_TREE_USER
to your bugzilla username then it will just prompt you for a password). It will not attempt to login if your server does not require you to login to view bugs.
OPTIONS
--bug bug_id | -b bug_id
The Bugzilla bug id of the root bug to display.
--url url | -u url
The URL of the Bugzilla website. Uses the BUG_TREE_URL
environment variable if this option not provided, and falls back on this bugzilla server provided for testing:
https://landfill.bugzilla.org/bugzilla-3.6-branch
--ssl-no-verify-hostname
Do not verify the hostname for SSL connections. This allows for servers that use self signed certificates. If you get a "500 Can't connect" error trying to connect to a https
server that you know to work, then this option may do the trick.
--help | -h
Display help for this command
--version
Display the version for this command
SEE ALSO
WWW::Bugzilla::BugTree, WWW::Bugzilla::BugTree::Bug
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.