You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The __get_all Method of the client class has a allowed_results_per_page parameter to configure how many items are fetched per request.
Currently (commit d03cb91), the parameter is always overwritten with the value 20
To Reproduce
Steps to reproduce the behavior:
1: Use any method that uses pagination (like client.get_items())
2: set the allowed_results_per_page Parameter to a different value than 20
3: enable debug Logging to see the requests
Expected behavior
The maxResults Query Parameter on the requests change
Actual behavior
The maxResults Query Parameter stays at 20
Desktop (please complete the following information):
OS: Windows 10
The text was updated successfully, but these errors were encountered:
I seem to experience the same issue, is there an update on this? I also tried to pass the allowed_results_per_page parameter to the Jama Client constructor and it did not help either. It does seem like the value is still being overwritten
Describe the bug
The __get_all Method of the client class has a allowed_results_per_page parameter to configure how many items are fetched per request.
Currently (commit d03cb91), the parameter is always overwritten with the value 20
To Reproduce
Steps to reproduce the behavior:
1: Use any method that uses pagination (like client.get_items())
2: set the allowed_results_per_page Parameter to a different value than 20
3: enable debug Logging to see the requests
Expected behavior
The maxResults Query Parameter on the requests change
Actual behavior
The maxResults Query Parameter stays at 20
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: