Skip to main content
Glama

linear_getProjectIssues

Retrieve all issues linked to a specific project in Linear by providing the project ID, with optional limit for the number of issues returned. Ideal for tracking task progress and managing workflows effectively.

Instructions

Get all issues associated with a project

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of issues to return (default: 25)
projectIdYesID of the project to get issues for

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of issues to return (default: 25)", "type": "number" }, "projectId": { "description": "ID of the project to get issues for", "type": "string" } }, "required": [ "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