## Problem As a user, I want the Jira app to load more than 5000 results so that the calculation is correct. ## Suggested Solution Fetch `nextPageToken` if there are more issues: https://github.com/remarkablemark/issue-formula/blob/8894aa34c07d428f3777e721ef02d489a44ca9a5/src/frontend/src/hooks/useJiraSearch.ts#L34 ## Keywords nextPageToken,maxResults,issues