update_issue
Update existing Linear issues by changing title, description, assignee, priority, or workflow state. Provide the issue ID and specify the desired changes.
Instructions
Update an existing issue in Linear - modify title, description, assignee, priority, or workflow state. Examples: 'Update issue ENG-123 to high priority', 'Assign issue ENG-456 to me', 'Change the description of issue ENG-789'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New issue title | |
| issueId | Yes | Issue ID to update (the unique identifier like 'ENG-123') | |
| stateId | No | New workflow state ID (use get_workflow_states to find state IDs) | |
| priority | No | New issue priority: 0=None, 1=Low, 2=Medium, 3=High, 4=Urgent | |
| assigneeId | No | New assignee ID. Pro tip: Use 'me' to assign to yourself, or empty string '' to unassign | |
| description | No | New issue description (supports Markdown formatting) |