update_epic
Update an existing GitLab epic with dry-run preview to review changes before applying. Set dry_run=false to confirm modifications.
Instructions
Mettre a jour un epic existant. Par defaut dry_run=true : retourne un apercu sans modifier. Passer dry_run=false apres confirmation.
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. | |
| epic_iid | Yes | Numero de l'epic (IID) | |
| title | No | Nouveau titre | |
| description | No | Nouvelle description (Markdown) | |
| add_labels | No | Labels to add (comma-separated). Does NOT remove existing labels. | |
| remove_labels | No | Labels to remove (comma-separated). | |
| start_date | No | Nouvelle date de debut (YYYY-MM-DD) | |
| due_date | No | Nouvelle date d'echeance (YYYY-MM-DD) | |
| assignee_ids | No | Numeric user IDs to assign (replaces current assignees). Routed through workItemUpdate.assigneesWidget — UpdateEpicInput has no assignees field on modern Work Items. | |
| status_id | No | Status widget GID (GitLab 17+). Get the valid ids from list_workitem_statuses with work_item_type=EPIC. | |
| 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. |