Skip to main content
Glama

Linear MCP Server

linear_update_issue

Modify Linear issues by updating titles, descriptions, priorities, and statuses using the Linear MCP Server, ensuring project tracking remains current and organized.

Instructions

Update an existing Linear issue.

Args: id: Issue ID to update title: New title description: New description priority: New priority (1=urgent, 4=low) status: New status name

Input Schema

NameRequiredDescriptionDefault
descriptionNo
idYes
priorityNo
statusNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "id": { "title": "Id", "type": "string" }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Priority" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "required": [ "id" ], "title": "linear_update_issueArguments", "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinayak-mehta/linear-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server