Patch #37167
REST API: Filter issues by multiple tracker ids
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | Candidate for next major release |
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, @tohosaku, @mbasa and me from Redmine patch meetup 14th.
History
#1
Updated by Ko Nagase about 1 month ago
#2
Updated by Marius BALTEANU 10 days ago
- Target version set to Candidate for next major release