Skip to main content
Glama

linear_addIssueToProject

Add an existing issue to a specified project in Linear by providing the issue ID and project ID. Simplifies project management workflows through direct integration.

Instructions

Add an existing issue to a project

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to add to the project
projectIdYesID of the project to add the issue to

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to add to the project", "type": "string" }, "projectId": { "description": "ID of the project to add the issue to", "type": "string" } }, "required": [ "issueId", "projectId" ], "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