Vote #73190
未完了REST-API: filter projects by status
0%
説明
I just wrote a script to collect projects via Rest-API and recognized that i cant filter projects with my URL.
If i click "show closed projects" in my browser it will redirect me to a page like:
/redmine/projects?closed=1
But using "closed" with json doesnt seem to work:
/redmine/projects.json?closed=1
Would be great if you could add more filters for projects, like "closed"
I hope this feature is not included yet and that i am not doing something wrong here ...
I am using version 2.1.2.stable
journals
One of our ("Planio":http://plan.io) clients ran into this same issue today, it would be great to at least have the status of the project (open or closed) as part of the API response.
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1 - Same issue today, especially with Mobile-Apps
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1 Not having this features requires me to fetch project details for every issue, and my query just to get the issues already takes ~1 second.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,19828,Rest API for projects - filter on project status.