Project

General

Profile

Actions

Feature #19828

closed

Rest API for projects - filter on project status.

Added by Ryan Eberly almost 9 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

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

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


Files


Related issues

Is duplicate of Redmine - Feature #12921: REST-API: filter projects by statusNew

Actions
Actions #1

Updated by Toshi MARUYAMA almost 9 years ago

  • Description updated (diff)
Actions #2

Updated by Go MAEDA about 8 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Closing as a duplicate of #12921.

Actions #3

Updated by Go MAEDA about 8 years ago

  • Is duplicate of Feature #12921: REST-API: filter projects by status added
Actions #5

Updated by Seiei Miyagi over 4 years ago

naoki takaesu wrote:

I wrote a patch.

all? returns true for [], so you need to put assert json['projects'].any? before assert json['projects'].all? {|p| p['status'] == 1} to confirm filtering projects.
Actions #6

Updated by naoki takaesu over 4 years ago

Seiei Miyagi wrote:

all? returns true for [], so you need to put assert json['projects'].any? before assert json['projects'].all? {|p| p['status'] == 1} to confirm filtering projects.

Hi Seiei,
Thank you for the review.
I am glad to know it.
I will attach the second patch.

Actions

Also available in: Atom PDF