Skip to main content
Glama

linear_get_team_issues

Retrieve and filter issues assigned to a specific team in Linear, including options to limit results, filter by status, priority, assignee, and include archived items.

Instructions

Get issues for a specific team

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoFilter by assignee ID
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
statusNoFilter by issue status name
teamIdYesTeam ID to get issues for

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "Filter by assignee ID", "type": "string" }, "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" }, "status": { "description": "Filter by issue status name", "type": "string" }, "teamId": { "description": "Team ID to get issues for", "type": "string" } }, "required": [ "teamId" ], "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