update_issue
Modify an existing GitLab issue by changing its title, description, labels, assignees, milestone, due date, or closing/reopening state. Use this tool to keep project issues accurate and up to date.
Instructions
Update an issue in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The title of the issue | |
| labels | No | Array of label names | |
| weight | No | Weight of the issue (0-9) | |
| due_date | No | Date the issue is due (YYYY-MM-DD) | |
| issue_iid | No | The internal ID of the project issue | |
| issue_type | Yes | the type of issue. One of issue, incident, test_case or task. | |
| project_id | No | Project ID or URL-encoded path | |
| description | No | The description of the issue | |
| state_event | No | Update issue state (close/reopen) | |
| assignee_ids | No | Array of user IDs to assign issue to | |
| confidential | No | Set the issue to be confidential | |
| milestone_id | No | Milestone ID to assign | |
| discussion_locked | No | Flag to lock discussions |