Feature #17628
Expose project is_public property via API
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | REST API | |||
Target version: | 2.6.0 | |||
Resolution: | Fixed |
Description
It would be nice to have a project flag is_public to be returned in a REST API response.
Associated revisions
Add project is_public to GET /projects/:id and /projects API response (#17628).
Contributed by Michael Esemplare <michael.esemplare@gmail.com>
History
#1
Updated by Alex Last over 6 years ago
Michal Ciasnocha wrote:
It would be nice to have a project flag is_public to be returned in a REST API response.
+1 on this request. the REST response should include this parameter.
#2
Updated by Michael Esemplare over 6 years ago
Uploaded a patch to provide this feature.
The patch will be kept up to date in this feature branch:
https://github.com/esemplare/redmine/tree/feature_17628
This patch is against redmine/trunk.
#3
Updated by Jean-Baptiste Barth over 6 years ago
- Status changed from New to Closed
- Assignee set to Jean-Baptiste Barth
- Target version set to 2.6.0
- Resolution set to Fixed
Thanks for the contribution Michael ! I added it in r13339 and it should be included in Redmine 2.6.0.