Update Issue
update_issueModify an existing issue by providing its ID and new markdown content. Only specified fields like title or status are updated.
Instructions
Update an existing issue in Magnet using markdown content. Only provided fields will be updated. Supports standard markdown syntax including headings, lists, code blocks, links, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the issue to update | |
| title | No | New title for the issue | |
| status | No | New status for the issue | |
| markdown | Yes | New markdown content for the issue body | |
| assigneeClerkId | No | Clerk user ID of the assignee |