Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
list
get
create
update
projects
https://api.linear.app/graphql
$linear->db()->issues()->list();
linear_issue
Was this page helpful?