Skip to main content
Glama

linear_assignIssue

Assign or unassign an issue to a specific user in the Linear project management system by providing the issue ID and assignee ID for task tracking.

Instructions

Assign an issue to a user

Input Schema

NameRequiredDescriptionDefault
assigneeIdYesID of the user to assign the issue to, or null to unassign
issueIdYesID or identifier of the issue to assign (e.g., ABC-123)

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "ID of the user to assign the issue to, or null to unassign", "type": "string" }, "issueId": { "description": "ID or identifier of the issue to assign (e.g., ABC-123)", "type": "string" } }, "required": [ "issueId", "assigneeId" ], "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/tacticlaunch/mcp-linear'

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