issue.setPriority( (String) attributes.get( "priority" ) );
issue.setReporter( (String) attributes.get( "reporter" ) );
issue.addComponent( (String) attributes.get( "component" ) );
return issue;
}
public List<Issue> getIssueList() throws MalformedURLException, XmlRpcException