Linear MCP Server

list_issues

Filter and retrieve issues by assignee, status, team, or quantity using Linear’s API to streamline issue management and tracking.

Instructions

List issues with optional filters

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoFilter by assignee ID (optional)
firstNoNumber of issues to return (default: 50)
statusNoFilter by status (optional)
teamIdNoFilter by team ID (optional)

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "Filter by assignee ID (optional)", "type": "string" }, "first": { "description": "Number of issues to return (default: 50)", "type": "number" }, "status": { "description": "Filter by status (optional)", "type": "string" }, "teamId": { "description": "Filter by team ID (optional)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: zf0v0ehivn