Added by Jochen Ferchland over 7 years ago
Hello,
I created a lot of tasks in Redmine and I'm using the Redmine Task List for Visual Studio. This list only shows the latest 25 tasks no matter what priority they have.
What am I doing wrong?
Even the response in the browser shows only 25 entries. And in the header of the issues.xml there is something about a limit of 25. How can that be changed?
<issues total_count="33" offset="0" limit="25" type="array">
Found a "work around"
For anybody how's interested: assigned_to_id=me*&limit=100* did the job.
As I read in the documentation, a maximum of 100 issues can be accessed on a REST retriev. Not that nice but for the moment it's enough for me.