close_issue
Close a GitLab issue with a dry-run preview to verify before executing. Set dry_run=false to confirm closure.
Instructions
Fermer une issue. Par defaut dry_run=true : retourne un apercu sans fermer. Passer dry_run=false apres confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID du projet | |
| issue_iid | Yes | Numero de l'issue (IID) a fermer | |
| 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. |