Help for this page
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");
Unable to POST /rest/api/latest/search/: 410 Gone{ errorMessages => [ ... maxResults => 100, startAt => 0, } at ./checkJiraIssues.pl line 57.