Help for this page

Select Code to Download


  1. or download this
    18 my $custom_fields_ref = $jira->get_custom_fields();
    19 my @custom_field_names = keys %{$custom_fields_ref};
    
  2. or download this
    $issue->getpriority
    $issue->get_priority
    $jira->getpriority($issue)
    $jira->get_priority($issue)
    $issue->{priority}  # this may work, but is less desirable than using 
    +a method