create_project
Create and configure a new project on the Redmine MCP Server. Specify a name, key, and optional settings like modules, trackers, and project visibility for tailored project management.
Instructions
Create a new project. Provide name and key. Configure optional settings like modules and trackers. Available since Redmine 1.0
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Project description | |
enabled_module_names | No | List of enabled modules | |
homepage | No | Project website URL | |
identifier | Yes | Project key for URLs. Start with letter or number | |
inherit_members | No | Set true to inherit parent members | |
is_public | No | Set true to make project public | |
name | Yes | Name of the project | |
parent_id | No | Create as subproject under this ID | |
tracker_ids | No | List of enabled tracker IDs |