linear_action
Manage Linear projects and issues by listing, creating, and searching issues, getting project details, and viewing teams.
Instructions
Interact with the Linear GraphQL API: list and search issues, create issues, get project details, and list teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: list_issues, create_issue, get_project, list_teams, search_issues. | |
| api_key | Yes | Linear API key. | |
| title | No | Issue title (for create_issue). | |
| team_id | No | Team ID (required for create_issue, optional filter for list_issues). | |
| project_id | No | Project ID (for get_project). | |
| description | No | Issue description. | |
| priority | No | Priority: 0 (none), 1 (urgent), 2 (high), 3 (medium), 4 (low). | |
| assignee_id | No | Assignee user ID. | |
| state_id | No | Workflow state ID. | |
| query | No | Search term (for search_issues). | |
| first | No | Number of results to return (default 25). |