Linear is a modern project management and issue tracking tool designed for software development teams. It provides a streamlined interface for managing issues, projects, cycles, and team workflows with powerful features for planning, tracking, and collaboration.

Configuring Linear as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Linear option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

You’ll need the following credentials from your Linear account:
  • Access Token: The token is generated after you authenticate with your Linear account. You should log in with an account that has sufficient permissions to access data from your Linear workspace.
  • Start Date: The earliest record date to sync.
Once you fill the configuration, click Next.

2. Select streams

Choose which data streams you want to sync - you can select all streams or pick specific ones that matter most to you.
Tip: The stream can be found more easily by typing its name.
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select a name for each table (which will contain the fetched data) and the type of sync.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix and make this process faster!
  • Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
    • Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
    • Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can determine when to execute a full sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while. Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Linear and their corresponding fields:

Data Model

The following diagram illustrates the relationships between the core data streams in Linear. The arrows indicate the join keys that link the different entities, providing a clear overview of the data structure.

Use Cases for Data Analysis

Here are some valuable business intelligence use cases when consolidating Linear data, along with ready-to-use SQL queries that you can run on Explorer.

1. Team Velocity and Sprint Performance

Analyze team productivity and sprint completion rates across cycles. Business Value:
  • Track team velocity over time
  • Identify capacity planning opportunities
  • Measure sprint completion rates
  • Optimize cycle duration and scope

SQL code

2. Issue Resolution Analysis

Track issue resolution patterns and identify bottlenecks in the development process. Business Value:
  • Identify issues that take longest to resolve
  • Analyze resolution patterns by priority and team
  • Track issue aging and identify blockers
  • Optimize workflow efficiency

SQL code

3. Project Progress and Resource Allocation

Monitor project health and team allocation across active projects. Business Value:
  • Track project progress and identify at-risk projects
  • Analyze resource allocation across projects
  • Monitor project timeline adherence
  • Optimize team capacity planning

SQL code

Implementation Notes

Data Quality Considerations

  • Monitor issue state transitions for workflow analysis
  • Validate estimate accuracy against actual completion times
  • Track label usage consistency across teams
  • Ensure proper project and cycle assignment

Automation Opportunities

  • Schedule weekly team velocity reports
  • Set up alerts for overdue issues and projects
  • Automate sprint retrospective data collection
  • Generate monthly team performance dashboards

Best Practices

  • Use incremental sync for large datasets to improve performance
  • Set appropriate start_date to avoid syncing unnecessary historical data
These SQL transformations provide a foundation for comprehensive Linear analytics. Customize the date ranges, filters, and metrics based on your specific team workflows and reporting needs.