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