What problem does it solve?
Linear issues, projects, and team workflows are difficult to manage at scale through the UI, especially when you want repeatable, scriptable updates.
Core Features & Use Cases
- Issue & Project Management via GraphQL: Create issues, update state/priority/assignees, manage labels, and add comments directly using Linear’s GraphQL API with curl.
- Workflow-State Driven Status Updates: Move issues through team-specific workflow state types by resolving the correct
stateId first (e.g., backlog, started, completed).
- Search, Filtering & Pagination: Query teams, workflow states, list/search issues, and handle Relay-style cursor pagination for predictable data retrieval.
Quick Start
Create a Linear personal API key, set LINEAR_API_KEY in your environment, and run a GraphQL query or mutation with curl to list your teams or fetch an issue by identifier like ENG-123.