Help for this page

Select Code to Download


  1. or download this
    
    $reporter = $issue->{'reporter'}->{'emailAddress'};
    
  2. or download this
     $results = $soap->getIssuesFromJqlSearch($login->result(),$jqlString,
    +2);
    
    ...
        foreach my $issue (@{$results->result()}){
                 $issueKey = $issue->{'key'};
    $reporter = $issue->{'reporter'}}