Comskil-JIRA

 view release on metacpan or  search on metacpan

bin/jmerge.pl  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!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

270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
## $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 )