Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using a tRESTClient to load an API which contains 8313 issues from JIRA (different projects so i cannot use tJIRAInput).
The problem that occurs in Talend is that the limit seems to be set to 1000 rows, in the API itself there is no limit because when i open the API in the browser it seems to get more rows and up to the total of 8313 issues.
Is there any setting i can change so i can get the whole API to load in Talend and send it to my Postgresql db?
Thanks in advance
The maximum allowable value is dictated by the JIRA property 'jira.search.view.default.max' which is set to 1000 by default. As stated in the REST API documentation the maxResults value will be overridden if it's above the value set in this property.