redmine_update_project
Change specific attributes of a Redmine project such as name, description, visibility, parent project, enabled trackers, and modules, leaving other fields unchanged.
Instructions
Update a project. Partial — only supplied fields are sent.
Args:
project_id: numeric id or identifier slug.
name: optional new display name.
description: optional new description.
homepage: optional new homepage URL.
is_public: project visibility.
parent_id: new parent project id (0 for unchanged).
inherit_members: whether to inherit members from parent.
tracker_ids: optional list of tracker ids to enable.
enabled_module_names: optional list of modules.
Returns the refreshed project. Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| homepage | No | ||
| is_public | No | ||
| parent_id | No | ||
| project_id | Yes | ||
| description | No | ||
| tracker_ids | No | ||
| inherit_members | No | ||
| enabled_module_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |