Project

General

Profile

Redmine Task List in Visual Studio - only 25 Tasks

Added by Jochen Ferchland almost 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">


Replies (1)

RE: Redmine Task List in Visual Studio - only 25 Tasks - Added by Jochen Ferchland almost 7 years ago

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.

    (1-1/1)