Linear
Linear
Connect your Linear data to Airweave
Overview
The Linear connector allows you to sync data from Linear into Airweave, making it available for search and retrieval by your agents.
Configuration
LinearSource
Linear source implementation for syncing data from Linear into Airweave.
This source connects to Linear’s GraphQL API and extracts teams, projects, users, issues, and attachments with proper rate limiting and error handling.
Authentication
This connector uses OAuth 2.0 authentication flow.
You can connect through the Airweave UI, which will guide you through the OAuth flow.
Entities
The following data models are available for this connector:
LinearIssueEntity
Schema for Linear issue entities.
This entity represents an issue from Linear, containing all relevant metadata and content from the Linear API.
LinearProjectEntity
Schema for Linear project entities.
This entity represents a project from Linear, containing all relevant metadata and content from the Linear API.
LinearTeamEntity
Schema for Linear team entities.
This entity represents a team from Linear, containing all relevant metadata and content from the Linear API.
LinearUserEntity
Schema for Linear user entities.
This entity represents a user from Linear, containing all relevant metadata and content from the Linear API.