add_issue_to_epic
Link a specific issue to a GitLab epic by providing project ID, issue IID, epic IID, and group ID. Dry-run mode previews the action before execution.
Instructions
Link an issue to an epic. dry_run=true by default. Requires project_id and issue_iid (not the global issue ID).
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 | Epic IID | |
| project_id | Yes | Project ID where the issue lives | |
| issue_iid | Yes | Issue IID within the project | |
| 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. |