Actions
Feature #11951
openProvide filtering parameters in versions REST API
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
In the API for versions, there seems to be no way of filtering the result by status or by project, for example.
It would seem nice to be able to do something like : http://my.redmine.org/projects/my_project/versions.xml?status=open
- status (one of
open
,closed
orlocked
) - project name (or project id)
- description (would only return versions whose description would contain the value of this parameter)
Actions