update_issue
Modify an existing GitLab issue's title, body, state, or labels to keep project tracking accurate. Change details or close/reopen issues directly.
Instructions
Update an existing issue in a GitLab repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New description/body for the issue | |
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| state | No | State to update the issue to (opened or closed) | |
| title | No | New title for the issue | |
| labels | No | Array of labels to set | |
| issueIid | Yes | The IID (Internal ID) of the issue |