Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tRESTClient has a limit of 1000 rows?

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

Labels (2)
2 Replies
vapukov
Master II
Master II

Look like You asking on wrong forum 🙂https://confluence.atlassian.com/jirakb/changing-maxresults-parameter-for-jira-rest-api-779160706.ht...

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.
Anonymous
Not applicable
Author

Thank you for the fast response, i have already read that article and as i mentioned, when i GET the API in the brower there is no limitation because as stated in the article it will be overridden..
the problem seems to be in the limitation of the Talend component itself....