zapadi / redmine-net-api

.Net API for Redmine bug/task management systems.
Apache License 2.0
169 stars 85 forks source link

Limit issues #357

Open amats6655 opened 2 months ago

amats6655 commented 2 months ago

Hi! I am using Redmine Server version 3.4.10 Redmine.Net.API 4.6.7

Why do I only receive 100 issues despite explicitly setting a limit of 200? I have also tried setting PageSize = 200, but it doesn’t change anything. I am attaching screenshots for reference.

image image
amats6655 commented 2 months ago

I solved the issue by using GetPaginatedObjectsAsync. However, I think it would be a good idea to update the Wiki for the GetObjects method regarding any existing limitations on the number of items, if such limitations exist.