Comskil-JIRA
view release on metacpan or search on metacpan
bin/jmerge.pl view on Meta::CPAN
1234567891011121314#!perl
# File: jmerge.pl
# Desc: A program that examines a local JIRA backup file and then interogates
# remote JIRA instances for data to be combined into a new backup file
# in preparation of a project restore in order to import and integrate
# the data from the remote system into a controlled instance.
#
# TODO Add in Perl documentations for the comman-line tool.
# TODO Flow down some of the options into the JWand object such as:
# TODO --verbose into JWand
# TODO --debug into JWand
use
strict;
bin/jmerge.pl view on Meta::CPAN
270271272273274275276277278279280281282283284285286287288289290## $wand->grabAttachments('./attachments', @{$OPTS->{PROJECTS}});
## $dd = Data::Dumper->new([$wand]); print $dd->Dump();
__END__ ### End of Program Source
=head1 NAME
jira-remote-merge.pl - A tool to integrate a remote JIRA instance with a local XML backup file.
=head1 SYNOPSIS
jira-remote-merge.pl [<option> [...]] [<arg> [...]]
=head1 OPTIONS
=over 15
=item -?,--help
( run in 0.234 second using v1.01-cache-2.11-cpan-94b05bcf43c )