create_project
Create a new Redmine project by specifying name and identifier, with optional description, parent project, and public visibility.
Instructions
Create a project.
Args: name: display name. identifier: URL identifier — lowercase letters, digits, and hyphens, immutable after creation. description: project description. parent_project_id: parent project ID, to create this as a subproject. is_public: whether it's visible to non-member users. The default here is private, more conservative than Redmine's own default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_public | No | ||
| identifier | Yes | ||
| description | No | ||
| parent_project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |