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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
hhajjali
Contributor III
Contributor III

Combine 2 Jira rest api json responses in the same tables

Hello,

I am trying to create a KPI applications based on Jira information.

I have configured Qlik sense to get data via rest connector.

Until now I did not have the problem since the maxresults extracted from jira were less than 1000 records.

Since a week now I am exploring more than 1000 records, and the only solution whith jira rest connector is to create 2 queries and combine the results :

https://confluence.atlassian.com/jirakb/changing-maxresults-parameter-for-jira-rest-api-779160706.ht...

You may find attached the script created automatically for the first query, how could I configure or modify the load script in order to excetu the 2 queries and the most importante to load the results in the same tables ?

Thanks a lot for help

1 Reply
juraj_misina
Partner Ambassador Affiliate
Partner Ambassador Affiliate

Hello,

in fact you do not need to use two queries, you can set up pagination in your connection instead. Follow Loading paged data ‒ Qlik Connectors‌ or if you have access to download page, get the Rest connector pdf instructions, there are examples based on Jira.