redmine_create_project
Create a new Redmine project by providing a name and unique identifier, with optional visibility, description, and member inheritance settings.
Instructions
[Stable] Create a new Redmine project. Returns the created project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_public | No | ||
| identifier | Yes | ||
| description | No | ||
| inherit_members | No |