Linear MCP Server

update_issue

Modify issue details in Linear by updating assignee, status, priority, title, or description using the issue ID for precise issue management.

Instructions

Update an existing issue

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoNew assignee ID (optional)
descriptionNoNew description (optional)
issueIdYesIssue ID
priorityNoNew priority (0-4, optional)
statusNoNew status (optional)
titleNoNew title (optional)

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "New assignee ID (optional)", "type": "string" }, "description": { "description": "New description (optional)", "type": "string" }, "issueId": { "description": "Issue ID", "type": "string" }, "priority": { "description": "New priority (0-4, optional)", "maximum": 4, "minimum": 0, "type": "number" }, "status": { "description": "New status (optional)", "type": "string" }, "title": { "description": "New title (optional)", "type": "string" } }, "required": [ "issueId" ], "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: zf0v0ehivn