Update issue
gitlab_update_issueUpdate a GitLab issue's fields including title, description, labels, assignees, milestone, due date, weight, and confidentiality. Also close or reopen the issue.
Instructions
Edits an issue, including closing/reopening it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| labels | No | Replaces all labels | |
| weight | No | ||
| due_date | No | ||
| issue_iid | Yes | ||
| add_labels | No | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| description | No | ||
| state_event | No | ||
| assignee_ids | No | ||
| confidential | No | ||
| milestone_id | No | ||
| remove_labels | No |