Linear

by tacticlaunch
Verified

linear_getIssues

Retrieve a list of recent issues from the Linear project management system. Specify the maximum number of issues to return for efficient task tracking and updates.

Instructions

Get a list of recent issues from Linear

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of issues to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of issues to return (default: 10)", "type": "number" } }, "type": "object" }
ID: r0jy9qy35n