Linear
This page contains the setup guide and reference information for the Linear source connector.
Linear is a project management and issue tracking tool designed for software teams. It provides a streamlined interface for managing issues, sprints, and product roadmaps with a focus on speed and simplicity.
Prerequisites
- A Linear account
- A Linear API key
Setup guide
Step 1: Obtain a Linear API key
- Log in to your Linear account.
- Navigate to Settings by clicking your workspace name in the sidebar.
- Select Security & access from the settings menu.
- Scroll to the Personal API keys section.
- Click Create key to generate a new API key.
- Copy the API key and store it securely. You will need it to configure the connector.
For more information, see the Linear API documentation.
Step 2: Configure the Linear connector in Airbyte
- In the Airbyte UI, navigate to Sources and click + New source.
- Select Linear from the list of available sources.
- Enter a Source name of your choosing.
- Enter your API key from Step 1.
- Click Set up source and wait for the connection test to complete.
Supported sync modes
The Linear source connector supports the following sync mode:
Supported streams
The Linear source connector supports the following streams:
| Stream Name | Description |
|---|---|
| teams | Teams in your Linear workspace |
| users | Users in your Linear workspace |
| cycles | Sprint cycles for teams |
| issues | Issues and tasks |
| comments | Comments on issues |
| projects | Projects for organizing issues |
| customers | Customer records (if using Linear's customer features) |
| attachments | File attachments on issues |
| issue_labels | Labels for categorizing issues |
| customer_needs | Customer needs linked to issues |
| customer_tiers | Customer tier definitions |
| issue_relations | Relationships between issues |
| workflow_states | Workflow states (statuses) for issues |
| project_statuses | Status definitions for projects |
| customer_statuses | Status definitions for customers |
| project_milestones | Milestones within projects |
Limitations and troubleshooting
Rate limiting
Linear's API uses a leaky bucket algorithm for rate limiting. The connector handles rate limiting automatically, but syncs may slow down if you are making many concurrent requests to the Linear API. For more information, see Linear's rate limiting documentation.
Data availability
The connector retrieves data that the authenticated user has access to. If you cannot see certain teams, projects, or issues in your synced data, verify that your Linear account has the appropriate permissions.
Reference
Config fields reference
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.31 | 2026-01-21 | 72240 | fix(linear): icon |
| 0.0.30 | 2026-01-20 | 72027 | Update dependencies |
| 0.0.29 | 2026-01-14 | 71489 | Update dependencies |
| 0.0.28 | 2025-12-18 | 70775 | Update dependencies |
| 0.0.27 | 2025-11-25 | 70007 | Update dependencies |
| 0.0.26 | 2025-11-18 | 69442 | Update dependencies |
| 0.0.25 | 2025-10-29 | 68966 | Update dependencies |
| 0.0.24 | 2025-10-21 | 68296 | Update dependencies |
| 0.0.23 | 2025-10-14 | 68027 | Update dependencies |
| 0.0.22 | 2025-10-07 | 67519 | Update dependencies |
| 0.0.21 | 2025-09-30 | 66807 | Update dependencies |
| 0.0.20 | 2025-09-24 | 66655 | Update dependencies |
| 0.0.19 | 2025-09-09 | 65897 | Update dependencies |
| 0.0.18 | 2025-08-23 | 65391 | Update dependencies |
| 0.0.17 | 2025-08-09 | 64629 | Update dependencies |
| 0.0.16 | 2025-08-02 | 64275 | Update dependencies |
| 0.0.15 | 2025-07-26 | 63892 | Update dependencies |
| 0.0.14 | 2025-07-19 | 63518 | Update dependencies |
| 0.0.13 | 2025-07-12 | 63095 | Update dependencies |
| 0.0.12 | 2025-07-05 | 62601 | Update dependencies |
| 0.0.11 | 2025-06-28 | 62178 | Update dependencies |
| 0.0.10 | 2025-06-26 | 61417 | source-linear contribution from zckymc |
| 0.0.9 | 2025-06-21 | 61843 | Update dependencies |
| 0.0.8 | 2025-06-14 | 61117 | Update dependencies |
| 0.0.7 | 2025-05-24 | 60728 | Update dependencies |
| 0.0.6 | 2025-05-10 | 59893 | Update dependencies |
| 0.0.5 | 2025-05-03 | 59299 | Update dependencies |
| 0.0.4 | 2025-04-26 | 58781 | Update dependencies |
| 0.0.3 | 2025-04-19 | 58215 | Update dependencies |
| 0.0.2 | 2025-04-12 | 57669 | Update dependencies |
| 0.0.1 | 2025-04-11 | #57586 | Initial release by @natikgadzhi |