I need to collect around 1000 issues in the automation and iterate over it to call confluence API. the problem is I can only get 100 issues from a search call to Jira API. I'm trying to loop the search call till I get all issues and collect those issues in a variable but it doesn't seem to happen. I need a way to get 1000 issues using JQL in the automation. please help