update_issue
Update issue details in a Plane project by providing project and issue IDs, optionally modifying name, description, state, priority, assignees, and labels.
Instructions
Update an existing issue.
Args: project_id: The UUID identifier of the project issue_id: The UUID identifier of the issue to update name: Updated issue name description: Updated HTML description state: Updated state UUID priority: Updated priority assignees: Updated list of assignee UUIDs labels: Updated list of label UUIDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| state | No | ||
| labels | No | ||
| issue_id | Yes | ||
| priority | No | ||
| assignees | No | ||
| project_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |