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
Actions