Since SKARA-1912 deployed into prod, we have noticed occurrences of duplicate key exceptions in the IssueProjectPoller#updatedIssues.
After investigation, we found that JiraProject#queryIssues may return duplicate issues and I think the pagination in this method is the root cause.
After investigation, we found that JiraProject#queryIssues may return duplicate issues and I think the pagination in this method is the root cause.