Help for this page

Select Code to Download


  1. or download this
    while (my $issue = $jira->next_issue()) {
      #print Dumper($issue);
    ...
      print 'Priority: ', $issue->priority, $/;
      # do as above for other fields at the same level as 'priority' => 2
    }