Get Redmine Project
redmine_get_projectFetch complete Redmine project details by project ID or identifier, with optional inclusion of trackers, categories, and other associations.
Instructions
Get detailed information about a Redmine project.
Args:
project_id: Project ID or identifier (required)
include: Associations: "trackers", "issue_categories", "enabled_modules", "time_entry_activities"
Returns: Project details including trackers, categories, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Associations to include | |
| project_id | Yes | Project ID or identifier |