I am using the JIRA Rest API Calls to fetch in JIRA Agile related metrics such as RapidViews, Sprints, Velocity Charts etc.
I am able to execute the API's using the REST Client, but I do not get all the results and get only limited results.
For ex: this call lists all the sprints for a particular rapidview , but only the limited results
https://puma.companyname.com/jira/rest/greenhopper/1.0/sprintquery/359?maxResults=10000
Could you help me tweak this call to show all sprints for a particular rapidview
Thanks in advance Adithya