get_project
Retrieve a Redmine project's details by numeric ID or string identifier, optionally including trackers, categories, time entry activities, enabled modules, and issue custom fields.
Instructions
Gets details of a project by its numeric ID or string identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID (numeric) or identifier (string) | |
| include | No | Comma-separated: trackers, issue_categories, time_entry_activities, enabled_modules, issue_custom_fields |