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:
|
// TODO: fetch `nextPageToken` if there are more issues |
Keywords
nextPageToken,maxResults,issues
Problem
As a user, I want the Jira app to load more than 5000 results so that the calculation is correct.
Suggested Solution
Fetch
nextPageTokenif there are more issues:issue-formula/src/frontend/src/hooks/useJiraSearch.ts
Line 34 in 8894aa3
Keywords
nextPageToken,maxResults,issues