Linear
An Airbyte connector for Linear.app.
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
api_key | string | API Key |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| teams | id | DefaultPaginator | ✅ | ❌ |
| users | id | DefaultPaginator | ✅ | ❌ |
| cycles | id | DefaultPaginator | ✅ | ❌ |
| issues | id | DefaultPaginator | ✅ | ❌ |
| comments | id | DefaultPaginator | ✅ | ❌ |
| projects | id | DefaultPaginator | ✅ | ❌ |
| customers | id | DefaultPaginator | ✅ | ❌ |
| attachments | id | DefaultPaginator | ✅ | ❌ |
| issue_labels | id | DefaultPaginator | ✅ | ❌ |
| customer_needs | id | DefaultPaginator | ✅ | ❌ |
| customer_tiers | id | DefaultPaginator | ✅ | ❌ |
| issue_relations | id | DefaultPaginator | ✅ | ❌ |
| workflow_states | id | DefaultPaginator | ✅ | ❌ |
| project_statuses | id | DefaultPaginator | ✅ | ❌ |
| customer_statuses | id | DefaultPaginator | ✅ | ❌ |
| project_milestones | id | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 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 |