updateLinearIssue
Update an existing Linear issue by setting new values for its title, description, state, priority, project, or assignee.
Instructions
Updates an existing issue in Linear with the specified changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the issue | |
| issueId | Yes | ID of the issue to update | |
| stateId | No | New state ID to set for the issue | |
| priority | No | New priority for the issue (1-4, where 1 is highest) | |
| projectId | No | New project ID to associate the issue with | |
| assigneeId | No | New user ID to assign the issue to | |
| description | No | New description for the issue (markdown supported) |