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