Actions
Feature #9834
closedREST API - List all members of a project
Status:
Closed
Priority:
High
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
As an application consuming the API, I would like to be able to list all members of a project easily via (/projects/{project_id}/memberships or an include on show) so that I can choose who to assign the issue to.
Files
Related issues
Updated by Preethi Sriram almost 13 years ago
- File ProjectMembers.diff ProjectMembers.diff added
Attached is a patch for project api.
To test (include=members) needed in the api call.
http://myserver/projects/1.xml?limit=25&offset=0&include=members
returns the members of a project (names,id)
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Actions