Skip to main content
Glama

linear_get_project_issues

Retrieve issues from a Linear project by specifying the project ID, with options to filter by status, priority, include archived issues, and set a result limit.

Instructions

Get issues for a specific project

Input Schema

NameRequiredDescriptionDefault
includeArchivedNoInclude archived issues
limitNoMaximum number of issues to return (default: 50)
priorityNoFilter by priority level (0-4), where 0=no priority, 1=urgent, 4=low
projectIdYesProject ID to get issues for
statusNoFilter by issue status name

Input Schema (JSON Schema)

{ "properties": { "includeArchived": { "description": "Include archived issues", "type": "boolean" }, "limit": { "description": "Maximum number of issues to return (default: 50)", "type": "number" }, "priority": { "description": "Filter by priority level (0-4), where 0=no priority, 1=urgent, 4=low", "type": "number" }, "projectId": { "description": "Project ID to get issues for", "type": "string" }, "status": { "description": "Filter by issue status name", "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/magarcia/mcp-server-linearapp'

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