Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
yifan_wu
Contributor II
Contributor II

Jira Connector

Hello,

My team would like to get one field from the worklog to know when the developer last logged a time..

But the Worklog in Jira Connector only works for 1 ticket at a time.. Is there anyway to get all tickets for one project loaded at once?

Thank you

2 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Yifan,

I believe that you will need to pull down a list of all of the tickets in the Worklog and then set up a loop to enumerate around each of these pulling the detail for each ticket one at a time.

You will probably want to build in some kind of incremental load, so you are only pulling new or changed tickets, if possible.

Hope that helps.

lwileczek
Contributor III
Contributor III

How can you set up an incremental load with the JIRA API? Don't you have to build the API using JQL so you would have to create a new API connection to update the date for new tickets? Does that make sense or am I crazy?