update_project
Update an existing Redmine project by specifying its ID and optionally modifying name, description, homepage, visibility, parent, modules, trackers, and custom fields.
Instructions
Updates an existing project in Redmine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID (numeric) or identifier (string) | |
| name | No | Project display name | |
| identifier | No | Project identifier | |
| description | No | Project description | |
| homepage | No | Project homepage URL | |
| is_public | No | Whether the project is public | |
| parent_id | No | ID of the parent project | |
| inherit_members | No | Inherit members from parent project | |
| default_assigned_to_id | No | Default assignee ID for new issues | |
| default_version_id | No | Default target version ID for new issues | |
| default_issue_query_id | No | Default saved query ID for issue list | |
| tracker_ids | No | IDs of trackers available in this project | |
| enabled_module_names | No | Module names: issue_tracking, time_tracking, news, documents, files, wiki, repository, boards, calendar, gantt | |
| issue_custom_field_ids | No | IDs of issue custom fields enabled for this project | |
| custom_fields | No | Custom field values for the project |