Linear

by tacticlaunch
Verified

linear_getProjectIssues

Retrieve all issues linked to a specific project in Linear by providing the project ID. Use this to manage and track project tasks effectively.

Instructions

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" }
ID: r0jy9qy35n