linear_getIssues
Retrieve a list of recent issues from Linear project management system, with an optional limit on the number of issues to fetch. Simplifies issue tracking and project monitoring.
Instructions
Get a list of recent issues from Linear
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum 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"
}