update_issue
Modify GitLab issues by editing title, description, assignees, labels, or due date using schema-aware mutations for project management.
Instructions
Update an issue (title, description, assignees, labels, due date) with schema-aware mutations
Input Schema
TableJSON 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 - uses shared token if not provided) |