Skip to content

Fix Jira pagination with nextPageToken#69

Open
jukakoski wants to merge 1 commit into
open-webui:mainfrom
jukakoski:fix-jira-next-page-token-pagination
Open

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

Conversation

@jukakoski

Copy link
Copy Markdown

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

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.

1 participant