Linear MCP Server
by cosmix
update_issue
Update an existing Linear issue. Supports self-assignment using "me" as assigneeId.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigneeId | No | ID of the new assignee. Use "me" to assign to the current authenticated user, or a specific user ID. | |
description | No | New description for the issue (markdown supported) | |
issueId | Yes | ID or key of the issue to update | |
labelIds | No | New array of label IDs | |
priority | No | New priority for the issue (0-4) | |
status | No | New status for the issue | |
title | No | New title for the issue |