Collection<Subtask> subtasks = null;
Collection<ChangelogGroup> changelog = null;
Set<String> labels = null;
JSONObject rawObject = null;
BasicIssue basicIssue = mockSearchRestClient.getBasicIssue(issueKey);
Collection<Comment> comments = mockSearchRestClient.getCommentsForIssue(basicIssue.getId());
Issue issue = new Issue(summary, self, basicIssue.getKey(), basicIssue.getId(), project, issueType, status,
description, priority, resolution, attachments, reporter, assignee, creationDate, updateDate,
dueDate, affectedVersions, fixVersions, components, timeTracking, fields, comments,
transitionsUri, issueLinks,
votes, worklogs, watchers, expandos, subtasks, changelog, labels, rawObject);
return issue;