update_issue_tool
Update GitLab issue fields like title, description, labels, assignees, and state to correct or advance issue tracking.
Instructions
Update an existing issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Issue title | |
| labels | No | Comma-separated label names | |
| issue_iid | Yes | Issue internal ID | |
| project_id | Yes | Project ID or path | |
| description | No | Issue description (Markdown) | |
| state_event | No | State transition (close, reopen) | |
| assignee_ids | No | User IDs to assign | |
| confidential | No | Whether the issue is confidential | |
| milestone_id | No | Milestone ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||