Linear
Linear
Configuration
Linear source connector integrates with the Linear GraphQL API to extract project data.
Connects to your Linear workspace.
It provides comprehensive access to teams, projects, issues, and users with advanced rate limiting and error handling for optimal performance.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
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.
Reference: https://developers.linear.app/docs/graphql/working-with-the-graphql-api
LinearAttachmentEntity
Schema for Linear attachment entities.
Attachments in Linear allow linking external resources to issues.
Reference: https://developers.linear.app/docs/graphql/working-with-the-graphql-api
LinearProjectEntity
Schema for Linear project entities.
This entity represents a project from Linear, containing all relevant metadata and content from the Linear API.
Reference: https://developers.linear.app/docs/graphql/working-with-the-graphql-api
LinearTeamEntity
Schema for Linear team entities.
This entity represents a team from Linear, containing all relevant metadata and content from the Linear API.
Reference: https://developers.linear.app/docs/graphql/working-with-the-graphql-api
LinearCommentEntity
Schema for Linear comment entities.
This entity represents a comment on a Linear issue, containing all relevant metadata and content from the Linear API.
Reference: https://developers.linear.app/docs/graphql/working-with-the-graphql-api
LinearUserEntity
Schema for Linear user entities.
This entity represents a user from Linear, containing all relevant metadata and content from the Linear API.
Reference: https://developers.linear.app/docs/graphql/working-with-the-graphql-api