The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

bif-push-issue - push an issue to another project

VERSION

0.1.5_4 (2015-08-04)

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-2015 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.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 58:

=cut found outside a pod block. Skipping to next block.

Around line 96:

=cut found outside a pod block. Skipping to next block.