BasicWatchers watchers = null;
Iterable<String> expandos = null;
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,