add_issue_note
Add a comment to a GitLab issue. Includes a dry-run mode to preview changes before saving.
Instructions
Ajouter un commentaire sur une issue. Par defaut dry_run=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID du projet | |
| issue_iid | Yes | Numero de l'issue (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. |