NAME
bif-new-issue - add a new issue to a project
VERSION
0.1.0 (yyyy-mm-dd)
SYNOPSIS
bif new issue [PATH] [TITLE...] [OPTIONS...]
DESCRIPTION
Add a new issue to a project.
ARGUMENTS
- PATH
-
The path of the project to which this issue applies. Prompted for if not provided.
- TITLE
-
The summary of this issue. Prompted for if not provided.
OPTIONS
- --status, -s STATE
-
The initial status of the issue. This must be a valid status for the project as output by the bif-list-status(1) command. A default is used if not provided.
- --message, -m MESSAGE
-
The body of the issue. An editor will be invoked if not provided.
SEE ALSO
bif(1)
AUTHOR
Mark Lawrence <nomad@null.net>
COPYRIGHT AND LICENSE
Copyright 2013 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.