Skip to content

Fix Jira pagination with nextPageToken#69

Merged
tjbck merged 1 commit into
open-webui:mainfrom
jukakoski:fix-jira-next-page-token-pagination
Jul 17, 2026
Merged

Fix Jira pagination with nextPageToken#69
tjbck merged 1 commit into
open-webui:mainfrom
jukakoski:fix-jira-next-page-token-pagination

Conversation

@jukakoski

Copy link
Copy Markdown
Contributor

Follow-up to #17

The Jira connector now uses the new /rest/api/3/search/jql endpoint, but pagination still used the old startAt/total model. Jira Cloud's new JQL search endpoint uses nextPageToken pagination.

This caused syncs to stop after the first 100 issues.

Changes:

  • Replace startAt pagination with nextPageToken
  • Preserve existing limit handling
  • Keep maxResults at 100 per request
  • No other connector behavior changed

@tjbck

tjbck commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@tjbck
tjbck merged commit 2b227bf into open-webui:main Jul 17, 2026
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