Skip to content

fix: paginate projects in jira#65

Merged
parth-deepsource merged 1 commit intomasterfrom
pde-2250
Jul 20, 2023
Merged

fix: paginate projects in jira#65
parth-deepsource merged 1 commit intomasterfrom
pde-2250

Conversation

@parth-deepsource
Copy link
Copy Markdown
Contributor

Fetching projects in Jira is limited to 50 projects in a single API call. This PR introduces pagination when fetching projects so that all projects in a Jira site are fetched.

@linear
Copy link
Copy Markdown

linear Bot commented Jul 20, 2023

PDE-2250 Hermes: Paginate through projects in Jira

Currently we try and fetch 500 projects for each Jira site, but the API limits to a max of 50 projects. We need to update it to paginate through the list of projects.

@parth-deepsource parth-deepsource marked this pull request as ready for review July 20, 2023 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants