-
Notifications
You must be signed in to change notification settings - Fork 15
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
maxResults 50? #4
Comments
I updated query.py to pagenate through all the responses so you can handle more issues. If you want, I can open a PR with the change. Just let me know. |
@peltzel yes please on the PR! I just ran across this problem. Even if maintainers don't merge, I'd love to see how you did it. |
It is actually quite easy to get more results, by applying the -n=### command line parameter. On the other hand, you then need to know how may issues to expect, I like the idea of iterating through results and getting all of the data. |
LMK if you need any help on it. I've added some simple functionality to put the data in a MySQL DB, which is really useful for me, but may not be meaningful to anyone else. |
When I run this, it returns only 50 results each time. Is this a setting on my JIRA that is preventing my expected behavior?
The text was updated successfully, but these errors were encountered: