add_epic_note
Add a comment to a GitLab Epic, with dry-run mode to preview before posting.
Instructions
Ajouter un commentaire sur un epic. Par defaut dry_run=true.
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) | |
| body | Yes | Contenu du commentaire (Markdown) | |
| 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. |