Skip to main content
Glama

linear_update_issue

Modify an existing Linear issue by updating its title, description, state, team assignment, priority level, due date, or assignee.

Instructions

Update an existing Linear issue

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoUser ID to assign the issue to
descriptionNoNew issue description (markdown supported)
dueDateNoNew due date
issueIdYesIssue ID to update
priorityNoNew priority level (0-4), where 0=no priority, 1=urgent, 4=low
stateIdNoNew state ID
teamIdNoNew team ID
titleNoNew issue title

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "User ID to assign the issue to", "type": "string" }, "description": { "description": "New issue description (markdown supported)", "type": "string" }, "dueDate": { "description": "New due date", "type": "string" }, "issueId": { "description": "Issue ID to update", "type": "string" }, "priority": { "description": "New priority level (0-4), where 0=no priority, 1=urgent, 4=low", "type": "number" }, "stateId": { "description": "New state ID", "type": "string" }, "teamId": { "description": "New team ID", "type": "string" }, "title": { "description": "New issue title", "type": "string" } }, "required": [ "issueId" ], "type": "object" }

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/magarcia/mcp-server-linearapp'

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