how can fetch more than 100 Jira cloud Ticket via Alteryx Download tool?
Can extend the record limit? I want to download all the issues.
@gowriangry It doesn't sound like something that the download tool is limiting, more likely it's how to deal with the API pagination. A brief look at the Jira cloud platform REST API documentation suggests there's a startAt and maxResults pagination parameters that you should be able to alter to get different records.
JamesCharnley
I set value in Startat 1 and maxresult 5000. But in download tool automatically change maxresult100