-
Notifications
You must be signed in to change notification settings - Fork 664
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
unexpected keyword argument 'paging_workaround' #1397
Comments
Happy to send the PR for the fix if I'm not the only one facing this and community agrees to it. |
@AnkeshThakur feel free to send PR. |
I believe that paging workaround may have been due to #1310 So if you simply remove the parameter, it may go back to getting stuck in a loop for people with over 50 projects. I wonder if the new parameter on |
But then the parameter need to be handled in the _getPaged function. |
I think it'd be the same as you see here:
|
#1344 seems to be when the change was made to |
I was trying to use this library and while trying to get it work I find that this
paging_workaround
is wrong key here. Is it known issue?The cause of it wrong param being passed to Jira._get_paged().
Stacktrace:
Fix is very simple - just remove
paging_workaround
in this callAssociated PR: https://github.com/atlassian-api/atlassian-python-api/pull/1344/files#diff-160cdaa88ad7a2a6a2d2abd51b32052252fe4ec234c82030006888b10aca1bb0R2367
The text was updated successfully, but these errors were encountered: