1
0
Fork 0

Merge pull request #2 from chaplinkyle/custom-field-options

Remove test Method
master
Kyle Chaplin 2013-08-25 12:58:31 -07:00
commit 39069720e8
1 changed files with 0 additions and 4 deletions

View File

@ -880,9 +880,5 @@ public final class Issue extends Resource {
public List<WorkLog> getWorkLogs() {
return workLogs;
}
public JSONObject getCreateMetadata() throws JiraException{
return getCreateMetadata(restclient,"CS","Task");
}
}