LOG.error("Please configure the tracker properly before trying to submit a defect.");
return null;
}
try {
ProjectCollection collection = client.getProjects();
List<String> strings = list();
for (Project project : collection) {
strings.add(project.getName());