saran26 has asked for the wisdom of the Perl Monks concerning the following question:
$reporter = $issue->{'reporter'}->{'emailAddress'};
$results = $soap->getIssuesFromJqlSearch($login->result(),$jqlString, +2); #print "\n results : $results "; if(@{$results->result()}) { foreach my $issue (@{$results->result()}){ $issueKey = $issue->{'key'}; $reporter = $issue->{'reporter'}}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Jira Soap Client - in perl
by Anonymous Monk on Aug 30, 2013 at 02:42 UTC |