Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

JIRA tool

RK13
6 - Meteoroid

Hi Team,

 

I'm working on collecting ticket data from JIRA using JIRA tool. I noticed that JIRA tool will pull only 5000 records. On what basis the toll is pulling the records ? Are those recent 5000 records or in some other order ?

 

Thanks in advance.

 

 

1 REPLY 1
BenMoss
ACE Emeritus
ACE Emeritus

Assuming you are talking about the tool in this post: https://community.alteryx.com/t5/Dev-Space/JIRA-Connector/td-p/51562

 

Looking into the macro it seems like there is no 'start_index' specified and therefor it defaults to 0, though it's not explicitly clear what that means.

 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/

One thing it seems, is that this macro could be converted into an 'iterative' macro to cover off the 'pagination' that is required in order to grab each page of 5000 results (I believe the limit is set to 5000 in order to keep below rate limits, which can be handled in any macro you develop via the throttle tool).


https://www.thedataschool.co.uk/laine-caruzca/api-pagination-in-alteryx

Labels