Linear MCP Server

by scoutos
Verified

list_issues

Browse and filter Linear issues by assignee, status, or project to quickly find and manage tickets in your Linear workspace. Supports sorting and customizable limits for efficient issue tracking.

Instructions

List Linear issues (also called tickets) with filtering by assignee, status, and project. Use this to browse and find issues in your Linear workspace.

Input Schema

NameRequiredDescriptionDefault
assignedToMeNo
assigneeNo
debugNo
limitNo
projectNo
sortByNocreatedAt
sortDirectionNoDESC
statusNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignedToMe": { "default": false, "type": "boolean" }, "assignee": { "type": "string" }, "debug": { "default": false, "type": "boolean" }, "limit": { "default": 25, "maximum": 100, "minimum": 1, "type": "number" }, "project": { "type": "string" }, "sortBy": { "default": "createdAt", "enum": [ "createdAt", "updatedAt" ], "type": "string" }, "sortDirection": { "default": "DESC", "enum": [ "ASC", "DESC" ], "type": "string" }, "status": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: 728qtm68bf