Feature #9834
REST API - List all members of a project
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
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.
Related issues
History
#1
Updated by Preethi Sriram about 6 years ago
- File 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)
#2
Updated by Jean-Philippe Lang about 6 years ago
- Status changed from New to Closed
- Resolution set to Duplicate