NAME
bif-push-issue - push an issue to another project
VERSION
0.1.4 (2014-10-27)
SYNOPSIS
bif push issue ID PATH [OPTIONS...]
DESCRIPTION
The bif-push-issue command is used to modify the relationship between a topic and a previously unrelated project. The type of the topic being pushed determines the type of relationship changes that are possible.
Pushing an issue for example "shares" that topic with another project. Comments made in any project for that issue will appear everywhere else, but status changes are project-specific. In order for that to be possible however, the destination project must already be cooperating with all of the projects already associated with the issue.
ARGUMENTS & OPTIONS
- ID
-
An issue ID. Required.
- PATH
-
The destination project PATH. Required.
- --error-on-exists
-
Raise an error in the event the issue already exists at the destination project.
- --message, -m MESSAGE
-
The push message if desired.
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.