update_issue
Modify existing project issues by updating titles, descriptions, labels, assignees, or status to track and manage development tasks.
Instructions
Update an existing issue in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| issue_number | Yes | Issue number | |
| title | No | New title | |
| description | No | New description | |
| labels | No | Labels (replaces existing) | |
| assignee_ids | No | User IDs to assign | |
| state | No | Change issue state |