Feature #10651
Add More Information in Project API listing
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
Resolution: | Fixed |
Description
Hi,
I would be greatful if more details could be included in the project API listing. In particular, I'd like to know which project has issue tracking enabled as I need to list projects and for each project list of issues. Currently, I need to try to load the project's issues and see if the response isn't 403...
Example listing: http://demo.redmine.org/projects.xml
Thanks.
Krystof
Related issues
History
#1
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Resolution set to Fixed
Redmine 2.6 and later support listing enabled modules of a single project (#17602).
GET /projects/12.xml?include=enabled_modules
#2
Updated by Go MAEDA about 1 year ago
- Related to Patch #17602: Include enabled modules in projects API added