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

maxResults 50? #4

Open
peltzel opened this issue May 2, 2017 · 4 comments
Open

maxResults 50? #4

peltzel opened this issue May 2, 2017 · 4 comments

Comments

@peltzel
Copy link

peltzel commented May 2, 2017

When I run this, it returns only 50 results each time. Is this a setting on my JIRA that is preventing my expected behavior?

@peltzel
Copy link
Author

peltzel commented May 3, 2017

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.

@oneross
Copy link

oneross commented May 12, 2017

@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.

@spascoe
Copy link

spascoe commented Jun 7, 2017

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.

@peltzel
Copy link
Author

peltzel commented Jun 8, 2017

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.

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

No branches or pull requests

3 participants