Linear MCP Server

by ibraheem4
Verified

update_issue

Modify issue details such as title, description, assignee, priority, or status on the Linear platform using a specified issue ID.

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: 71fqw0uqmx