Linear

by tacticlaunch
Verified

linear_getProjectIssues

Get all issues associated with a project

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of issues to return (default: 25)
projectIdYesID of the project to get issues for

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of issues to return (default: 25)", "type": "number" }, "projectId": { "description": "ID of the project to get issues for", "type": "string" } }, "required": [ "projectId" ], "type": "object" }