linear_update_issue
Update an existing Linear issue with new state, assignee, title, or priority. Use to reflect progress changes or reassign tasks.
Instructions
Update an existing Linear issue.
Args: issue_id: Issue identifier (e.g., 'PROJ-123') state: New state name (e.g., 'In Progress', 'Done') assignee: Assignee name or email title: New title priority: New priority (1=Urgent, 2=High, 3=Normal, 4=Low)
Returns: Dictionary with updated issue details or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| title | No | ||
| assignee | No | ||
| issue_id | Yes | ||
| priority | No |