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