update_issue
Update a GitLab issue's title, description, assignees, labels, milestone, due date, or state. Modify confidentiality, discussion lock, weight, or issue type.
Instructions
Update an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| issue_iid | Yes | The internal ID of the project issue | |
| title | No | The title of the issue | |
| description | No | The description of the issue | |
| assignee_ids | No | Array of user IDs to assign issue to | |
| confidential | No | Set the issue to be confidential | |
| discussion_locked | No | Flag to lock discussions | |
| due_date | No | Date the issue is due (YYYY-MM-DD) | |
| labels | No | Array of label names | |
| milestone_id | No | Milestone ID to assign | |
| state_event | No | Update issue state (close/reopen) | |
| weight | No | Weight of the issue (numeric, typically hours of work) | |
| issue_type | No | The type of issue. One of issue, incident, test_case or task. |