redmine_create_version
Create a new version in a Redmine project. Specify required project and name, with optional details like description, status, due date, sharing, and linked wiki page.
Instructions
Create a version on a project.
Args:
project: numeric id or identifier slug.
name: required, must be unique within the project.
description: optional.
status: one of open / locked / closed.
due_date: YYYY-MM-DD.
sharing: one of none / descendants / hierarchy /
tree / system.
wiki_page_title: optional linked wiki page.
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| status | No | ||
| project | Yes | ||
| sharing | No | ||
| due_date | No | ||
| description | No | ||
| wiki_page_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |