Added by alex hu almost 12 years ago
hi, everyone,
I'm working on a third-party tool base on Redmine, with REST API.
I got a problem. How can I get multi users' issues?
From REST documentation: http://www.redmine.org/projects/redmine/wiki/Rest_Issues
I can get one user's issues with: http://redmine.dev/issues.json?assigned_to_id=5
but I can't get multi users' issues with: http://redmine.dev/issues.json?assigned_to_id=5&assigned_to_id=6, or http://redmine.dev/issues.json?assigned_to_id=5,6
My redmine version: 2.3.1
I tried to google it, it seems that no any answer at all.
Any idea?