update_issue
Modify existing GitLab issues by updating title, description, labels, due date, assignees, milestone, confidentiality, or changing state to closed or reopened.
Instructions
Update an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New issue title | |
| labels | No | Label names | |
| due_date | No | Due date (YYYY-MM-DD) | |
| issue_iid | No | Issue internal ID | |
| project_id | No | Project ID or URL-encoded path | |
| description | No | New issue description | |
| state_event | No | State transition | |
| assignee_ids | No | Assignee user IDs | |
| confidential | No | Mark as confidential | |
| milestone_id | No | Milestone ID |