I have the following request to the jira:
https://jira.spring.io/rest/api/latest/search?jql=project=SPR+and+issuetype=Bug
But it always returns only the most recent 50, how can I change to receive more than 50 and also set an initial value?
I know that maxResults and startAt were used but I could not place them in the request without giving error.