Actions
Patch #37167
openREST API: Filter issues by multiple tracker ids
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Currently, filtering issues by multiple tracker ids is possible with analyzing issues query filter.
But building above URL path is not strait forward, and it's preferable to support like the following understandable parameter.
- http://localhost:3000/issues.json?tracker_id=1,2,3
- (On current trunk, this request returns 500 Internal Server Error)
Attached patch file enables above simple and understandable multiple tracker ids filter issues request.
Note that this patch was made by @rbt, Takashi Kato, @mbasa and me from Redmine patch meetup 14th.
Files
Updated by Ko Nagase over 1 year ago
Updated by Marius BALTEANU over 1 year ago
- Target version set to Candidate for next major release
Actions