Jira Source connector - maxResults for paginated attributes #75590
Replies: 1 comment
-
|
Hi lifegivesyoulemons, thank you for this feature request and for the detailed explanation! You are correct that the Jira source connector currently uses hardcoded page sizes for pagination. Specifically:
Workaround: In the meantime, you can use the dedicated I have escalated this to the internal team for review: https://github.com/airbytehq/oncall/issues/11818 Need more help? Join Airbyte Community Slack for peer support, or if you're a Cloud customer, open a support ticket referencing this URL. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We are actively using the Jira source connector (many thanks to those developing and supporting it) to extract organization's data from Jira.
Our recent case is to extract the data on issue worklogs that are available both through
issuesandissue_worklogsstreams. But by default only 20 worklogs per issue are available (and seems like it is hardcoded in the connector since the default in Jira docs is 5000).It would be great to have an input parameter for this source to set
maxResultsthat would be injected in different streams instead of being hardcoded.Beta Was this translation helpful? Give feedback.
All reactions