String issueKey = null;
JiraIssueReporter reporter = JiraIssueReporter.getInstance();
try {
issueKey = reporter.reportIssue(genericIssue, token, url);
} catch (IssueTrackerException e) {
ExceptionHandler.handleException("Error in reporting the issue", e, log);
}
return issueKey;