IProgressMonitor monitor) throws CoreException {
IGoogleCodeClient client = getClient(repository);
IssuesEntry entry = new IssuesEntry();
entry.addLabel(new Label(getPriority(taskData)));
String summary = getStringValue(taskData, GoogleCodeAttribute.SUMMARY);
String description = getStringValue(taskData, GoogleCodeAttribute.DESCRIPTION_NEW);
entry.getAuthors().add(client.getCurrentUser());