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: not paginating? #764

Closed
srl295 opened this issue Oct 9, 2020 · 0 comments · Fixed by #767
Closed

jira: not paginating? #764

srl295 opened this issue Oct 9, 2020 · 0 comments · Fixed by #767

Comments

@srl295
Copy link
Contributor

srl295 commented Oct 9, 2020

  • Symptom: when I run bugwarrior-pull, old still-open issues randomly get closed.

  • len(self.jira.search_issues(…)) is returning 100, while the same query run manually returns 365 items. (yeah,, yeah, … my backlog )

I suspect pagination isn't happening somehow.

srl295 added a commit to srl295/bugwarrior that referenced this issue Oct 9, 2020
i haven't read the docs, but from reading the code it seems that `None` is the right thing to pass.  `-1` seems to
get 100 results, while omitting the parameter returns the default of `100`.

Fixes: GothenburgBitFactory#764
srl295 added a commit to srl295/bugwarrior that referenced this issue Oct 28, 2020
i haven't read the docs, but from reading the code it seems that `None` is the right thing to pass.  `-1` seems to
get 100 results, while omitting the parameter returns the default of `100`.

Fixes: GothenburgBitFactory#764
ryneeverett pushed a commit that referenced this issue Nov 18, 2020
i haven't read the docs, but from reading the code it seems that `None` is the right thing to pass.  `-1` seems to
get 100 results, while omitting the parameter returns the default of `100`.

Fixes: #764
NexAdn pushed a commit to NexAdn/bugwarrior that referenced this issue Sep 19, 2024
i haven't read the docs, but from reading the code it seems that `None` is the right thing to pass.  `-1` seems to
get 100 results, while omitting the parameter returns the default of `100`.

Fixes: GothenburgBitFactory#764
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants