redmine_create_project
Create a new Redmine project by providing a name and identifier, with optional fields for description, visibility, and member inheritance.
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 |