I've set up a REST connection to Jira using the REST Data Connector in Qlik Sense. The maximum amount of results a single REST call in this case can return is 100. I have more than 100 records which I want to load into Qlik Sense.
Is it possible to make two REST endpoint calls in the same data connector load script ?
From looking at the generated script there's no actual REST url in there and there seems to be a conversion to something which looks like nested SQL ?
My two calls would look something like this with the only difference being the startAt and maxResults parameter values at the end.