-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JQL: add support for fetching all the results by way of pagination #1720
Comments
You can set |
Merged #1721. While @denisov-vlad is right that you can just specify this in a query, it looks like 1K is a reasonable limit. |
It doesn't look like the 1K bump resolves this issue. The API limits the results to 100 so setting Could we re-open or should I create another issue to implement pagination? |
@justmiles I reopened this. |
Issue Summary
The JQL integration returns only the first 50 issues. This is the default number of issues returned via JIRA REST API. A mechanism should be implemented where a query is executed multiple times to fetch subsequent issues from JIRA.
Steps to Reproduce
Expected: More than 50 issues returned.
Actual: Only 50 issues returned.
Technical details:
The text was updated successfully, but these errors were encountered: