linear_getProjectIssues
Retrieve all issues linked to a specific project in Linear by providing the project ID, with optional limit for the number of issues returned. Ideal for tracking task progress and managing workflows effectively.
Instructions
Get all issues associated with a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of issues to return (default: 25) | |
projectId | Yes | ID of the project to get issues for |