Linear resources
issues
projects
API: GraphQL at
https://api.linear.app/graphql
Local DB
linear_issueDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
$linear = $manager->resolveDriver('linear');
$linear->issues()->list();
$linear->issues()->create([...]);
$linear->projects()->get(['id' => 'project-id']);
issues| Action | Description |
|---|---|
list | List issues |
get | Get an issue |
create | Create an issue |
update | Update an issue |
projects| Action | Description |
|---|---|
list | List projects |
get | Get a project |
https://api.linear.app/graphql
$linear->db()->issues()->list();
linear_issueWas this page helpful?
