Update Issue
update_issueModify an issue's title, description, assignees, labels, or due date by specifying the project path and issue IID.
Instructions
Update an issue (title, description, assignees, labels, due date) with schema-aware mutations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iid | Yes | Issue IID (internal ID shown in the URL) | |
| title | No | ||
| dueDate | No | YYYY-MM-DD | |
| labelNames | No | ||
| description | No | ||
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) | |
| assigneeUsernames | No |