Update an issue
rootr_update_issueUpdate any field of a Rootr issue, including title, body, labels, and assignee. Close an issue by setting state to CLOSED with a reason like completed or not_planned.
Instructions
Update arbitrary fields of a Rootr (루터) issue. To close an issue, set state to "CLOSED" and stateReason to one of completed | not_planned | duplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| type | No | Issue type id | |
| state | No | e.g. "OPEN" or "CLOSED" | |
| title | No | ||
| labels | No | Label ids (replaces current labels) | |
| issueId | Yes | Issue id | |
| assigneeId | No | User id to assign | |
| stateReason | No | completed | not_planned | duplicate (when closing) |