linear_list_issues
List issues from a Linear project with optional state and limit filters. Returns a dictionary of issues and count for project tracking.
Instructions
List issues from a Linear project.
Args: project: Project/team key (e.g., 'MYPROJECT'). Defaults to configured default_project. state: Optional state filter (e.g., 'In Progress', 'Todo', 'Done') limit: Maximum number of issues to return (default: 50)
Returns: Dictionary with list of issues and count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | ||
| project | No |