Project

General

Profile

Feature #19828

Updated by Toshi MARUYAMA almost 9 years ago

Our company uses redmine to track projects for a period of time, and then close them.    We have a few hundred projects in redmine - most of them closed. 

 [[Rest_Projects]] http://www.redmine.org/projects/redmine/wiki/Rest_Projects 

 It would be good to be able to return only open projects via the rest API. 

 For example: 
 /projects.xml?status=1 
 or 
 /projects.json?status=1 

Back