Browse sources$ls -a sources
Logo of linear
Linear
Make your users more productive with a Linear integration
Sync your customers' dataFiber pulls data from your customers' Linear accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of linear
Logo of linear
Logo of linear
Logo of linear
Logo of linear
Logo of linear
Logo of linear
Logo of linear
Logo of linear
Logo of linear
Fiber
postgres-prod
linear_issues
linear_projects
linear_teams
Your customers' Linear accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Linear API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Issues belonging to the Linear
-- account of a particular user.

SELECT *
FROM fiber.linear_issue
WHERE account_id = '{user.linear_id}'
-- Fetch all the Issues belonging to the Linear
-- account of a particular user.

SELECT *
FROM fiber.linear_issue
WHERE account_id = '{user.linear_id}'
Code
CREATE TABLE fiber.linear_issue (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
id TEXT,
title TEXT,
description TEXT,
state TEXT,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
due_date TIMESTAMP WITH TIME ZONE,
priority DOUBLE PRECISION,
assignee_id TEXT,
project_id TEXT,
team_id TEXT
)
CREATE TABLE fiber.linear_issue (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
id TEXT,
title TEXT,
description TEXT,
state TEXT,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
due_date TIMESTAMP WITH TIME ZONE,
priority DOUBLE PRECISION,
assignee_id TEXT,
project_id TEXT,
team_id TEXT
)
Model definition
About this source
Logo of linear
LinearIssue tracking tool designed to streamline software projects.linear.app  ↗
Available resources
    Issues
    Projects
    Teams
    Roadmaps
    Attachments
    Comments
    Documents
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Linear?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Linear and over 200 other APIs. Setup and deploy within minutes.
Logo of linearIntegrate Linear using Fiber Fiber makes it easy to access third-party data from Linear accounts. Get started in just a few minutes.