Hi All,
I'm using the jira iterative macro from the below page listed.
Requirement: i need to extract the jira records more than 200,000.
Re: Jira Iterative Macro Connector - Page 2 - Alteryx Community
Attached workflow Jira_Export-A: This workflow is extracting 50 records for each iteration and number of iterations it's doing is 500, so it's fetching only 25,000 records. Download tool config for Playload is GET. not extracting the total records and it's too slow as well.
Attached workflow Jira_Export-B: This workflow is extracting only 10,000 records with only 1 iteration as i have made the changes in download tool for Playload is POST. max results i have set is only 5000 records for each iteration. which is working fine with in the macro, but when i run it from the workflow iterations are zero but it's fetching the 10,000 records. performance of this workflow is fast but not extracting all the records.
How to extract all the records from Jira, could you please check and advice at the earliest.
@SDB40 Could you please check and advice on the above issue i'm facing.
Thank you in advance for your help.
depending upon your customization in JIRA --- there are > 100 fields in each JIRA issue. This can be considerably greater than 100. This is is at a minimum 20,000,000 data elements which is quite substantial. I'd strongly recommend you either:
1) not do this --- and figure out a better way to do what you need to do.
2) hire someone who knows what they are doing ---> because this takes a level of Alteryx know how and JIRA known how that your current team may not have.