create_iteration
Creates a new iteration (sprint) in a GitLab group with required start and due dates. Supports dry-run mode for preview before execution.
Instructions
Create a new iteration (sprint) in a group. start_date and due_date are required (YYYY-MM-DD). dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ID ou chemin URL du groupe GitLab (ex: '42' ou 'wanadev/kp1'). Si vous n'avez que le nom, appelez d'abord list_groups pour trouver le chemin exact. | |
| title | No | Iteration title. Optional — GitLab can auto-name from dates. | |
| description | No | Iteration description (Markdown). | |
| start_date | Yes | Start date (YYYY-MM-DD). Required. | |
| due_date | Yes | Due date (YYYY-MM-DD). Required. | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |