Edit Issue
gitlab_edit_issueEdit an existing GitLab issue by updating its title, description, labels, assignees, state, or confidentiality.
Instructions
Edit an existing issue in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The title of an issue | |
| labels | No | Comma-separated label names for an issue | |
| issueIid | Yes | The internal ID of a project's issue | |
| projectId | Yes | The ID or URL-encoded path of the project | |
| description | No | The description of an issue | |
| state_event | No | State event for an issue (close or reopen) | |
| assignee_ids | No | The IDs of the users to assign the issue to | |
| confidential | No | Set an issue to be confidential |