set_epic_health_status
Update an epic's health status to onTrack, needsAttention, atRisk, or clear it. Use dry-run for preview before applying.
Instructions
Set the health status of an epic (onTrack, needsAttention, atRisk, or null to clear). dry_run=true by default.
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 | |
| health_status | Yes | Health status (null to clear) | |
| 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. |