Skip to content
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

[JIRA JQL] Change: change default max results limit from 50 to 1000 #1721

Merged
merged 1 commit into from
Apr 30, 2017
Merged

[JIRA JQL] Change: change default max results limit from 50 to 1000 #1721

merged 1 commit into from
Apr 30, 2017

Conversation

jvanegmond
Copy link
Contributor

The current JQL implementation is limited to the default returned items by JIRA which is only 50 issues. This is unsuited for most purposes so this PR raises the limit to 1000 issues returned. The count query works correctly.

To fully solve the limit, multiple queries should be made to JIRA with different startAt parameter. This PR does not implement this, as I didn't have time for that. Therefore I have raised issue #1720.

@arikfr arikfr changed the title Raise JQL limit from default 50 to 1000 [JIRA JQL] Change: change default max results limit from 50 to 1000 Apr 30, 2017
@arikfr arikfr merged commit 111fbfd into getredash:master Apr 30, 2017
@arikfr
Copy link
Member

arikfr commented Apr 30, 2017

Thanks.

dairyo pushed a commit to KiiCorp/redash that referenced this pull request Mar 1, 2019
[JIRA JQL] Change: change default max results limit from 50 to 1000
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