Actions
Defect #15848
closedREST API: Cannot retrieve memberships of closed projects
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
A customer of ours (Planio) uses the REST API to read amongst other things project memberships (/projects/:id/memberships.xml
), which currently is not possible for closed projects, as :members => :index
is not declared as a read-only action. We believe this is a bug.
Furthermore, this is complicated by the project API not returning the state of a project (#15815), which means he actually still needs to poll all project memberships and needs to "guess" that "406 not allowed" errors are closed projects.
Related issues
Updated by Jean-Philippe Lang almost 11 years ago
- Subject changed from Some read actions not available in the API for closed projects to REST API: Cannot retrieve memberships of closed projects
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.5.0
- Resolution set to Fixed
Fixed in r12650.
Updated by Go MAEDA over 4 years ago
- Related to Feature #13107: API: Users that doesn't have the right on managing members can't access to the members list of a project added
Actions