Hi all,
I'm trying to get all history entries for a changelog by means of the Rest API (both through the browser or JIRA's Python library) from JIRA Cloud. Whenever I run a request of the type:
/rest/api/2/issue/{issueKey}?expand=changelog&fields=changelog&maxResults={maxResults}
I get at most 100 results, regardless of the number I pass as maxResults. Through Python I can't even pass maxResults to this query.
Is there anyway to work around this issue? Anyway I can get all history elements from a changelog?