log.debug("Updated response sla and fix kpi states");
try {
// reindex issue
IssueIndexManager issueIndexManager = ManagerFactory.getIndexManager();
issueIndexManager.reIndex(issue);
log.debug("Reindexing issue");
} catch (Exception e) {
log.error("Failed to reindex issue: " + key, e);
}
}