create_project
Create a new Redmine project with name, identifier, and optional settings like description, visibility, parent project, and custom fields.
Instructions
Creates a new project in Redmine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project display name | |
| identifier | Yes | Unique identifier (lowercase, hyphens, 1-100 chars). Cannot be changed after creation | |
| description | No | Project description | |
| homepage | No | Project homepage URL | |
| is_public | No | Whether the project is public (default true) | |
| parent_id | No | ID of the parent project (for subprojects) | |
| inherit_members | No | Inherit members from parent project (only for subprojects) | |
| 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 |