create_agile_sprint
Create a new sprint in a Redmine project by specifying project ID, sprint name, and optional dates, status, and sharing settings.
Instructions
Creates a new sprint in a project. Requires the RedmineUP Agile plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (numeric) or identifier (string) | |
| name | Yes | Sprint name | |
| start_date | No | Sprint start date (DD.MM.YYYY) | |
| end_date | No | Sprint end date (DD.MM.YYYY) | |
| status | No | Sprint status (e.g. open, closed) | |
| sharing | No | Sprint sharing setting |