Help for this page

Select Code to Download


  1. or download this
    my @open_issues = $jira->all_search_results(
        "(((assignee = " . $accountId
    ...
            . $accountId
            . ") AND project = \"ST - Dev Support\")) AND status != Done"
            . " and status != Cancelled order by created DESC");
    
  2. or download this
    Unable to POST /rest/api/latest/search/: 410 Gone{
      errorMessages => [
    ...
      maxResults => 100,
      startAt => 0,
    } at ./checkJiraIssues.pl line 57.