GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
736 stars 209 forks source link

Jira: use paginated query to get ALL results #767

Closed srl295 closed 3 years ago

srl295 commented 3 years ago

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