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

NAME

bif-update-issue - update an issue

VERSION

0.1.0_28 (2014-09-23)

SYNOPSIS

    bif update issue ID [STATUS] [OPTIONS...]

DESCRIPTION

Add a comment to an issue, possibly setting a new status at the same time. Valid values for an issue's status depend on the project it is associated with. The list of valid status for a project can be found using bif-list-status(1).

ARGUMENTS

ID

A issue ID. Required.

STATUS

The new status for the topic.

OPTIONS

--title, -t

The new title for the topic.

--message, -m

The message describing this issue in detail. If this option is not used an editor will be invoked.

SEE ALSO

bif(1)

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2013-2014 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.