1
0
Fork 0

Fixed query for retrieving list of sprints

Please see GHS-9747 and GHS-9321
master
Peter Jakubco 2013-11-05 22:12:07 +01:00
parent 3cdae89446
commit 2f4ed6b124
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class RapidView extends GreenHopperResource {
try {
System.out.println(getId());
result = restclient.get(RESOURCE_URI + "sprints/" + id);
result = restclient.get(RESOURCE_URI + "sprintquery/" + id);
} catch (Exception ex) {
throw new JiraException("Failed to retrieve sprints", ex);
}