Skip to main content

Overview

Integrate Linear to manage issues, projects, workflows, and team collaboration directly from CORE. Access 20+ tools for complete issue tracking and project management operations without leaving your workspace.

Setup Guide

  • Authentication Type : API Key

How to Connect

  1. Navigate to Linear SettingsAPI
  2. Click Create new API key under Personal API keys
  3. Copy the generated key (it will only be shown once and keep it secure)
  4. Go to CORE DashboardIntegrations
  5. Click on the Linear card
  6. Paste the API key into the configuration field
  7. Click Connect to establish the integration

Use Cases

Action Use Cases

When you ask CORE to perform Linear tasks, it uses MCP tools to execute your requests:
Scenario: Automatically create issues in Linear from your workflow
The agent will use linear_create_issue to create the issue with all specified parameters and return the issue URL and ID.
Scenario: Track project progress and update issue states
The agent will:
  1. Use linear_list_projects to find the project
  2. Use linear_get_project to view issues
  3. Use linear_update_issue to change states
Scenario: Find specific issues across your workspace
The agent will use linear_search_issues with appropriate filters to find matching issues and display them with relevant details.
Scenario: View team information and coordinate work
The agent will:
  1. Use linear_get_team to fetch team members
  2. Use linear_get_issue to view current issue
  3. Use linear_create_comment to add the meeting notes
Scenario: Organize work into sprints/cycles
The agent will:
  1. Use linear_create_cycle to create the sprint
  2. Use linear_search_issues to find labeled issues
  3. Use linear_update_issue to assign issues to the cycle
Scenario: Quickly set up new projects with standard configuration
The agent will:
  1. Use linear_create_project to create the project
  2. Use linear_create_label to create team labels
  3. Use linear_create_cycle to create the sprint
Scenario: Keep issues updated and monitor progress
The agent will:
  1. Use linear_search_issues to find in-progress issues
  2. Use linear_update_issue to change states
  3. Use linear_create_comment to add status updates
Scenario: Organize issues with labels and priorities
The agent will use linear_search_issues to find unassigned items and linear_update_issue to assign and prioritize them.

Proactive Use Cases

With webhooks enabled, CORE monitors Linear 24/7 and acts automatically based on your instructions:
Trigger: New GitHub issue createdAutomated Action: Create corresponding Linear issue
Keep GitHub and Linear in sync automatically. CORE creates linked issues across platforms, maintaining a single source of truth.
Trigger: Issue status changed to “Done”Automated Action: Notify stakeholders and update memory
Broadcast progress automatically. CORE tracks completed work, updates memory, and keeps teams informed on Slack.
Trigger: Issue priority changed to “Urgent”Automated Action: Notify team and create follow-up tasks
Escalate critical issues instantly. CORE routes urgent work to the right people across multiple channels.
Trigger: Issue completed within active cycleAutomated Action: Update sprint metrics and notify
Track sprint velocity automatically. CORE monitors completions, calculates metrics, and provides daily progress updates.
Trigger: Issue comment contains “blocked”Automated Action: Escalate and track blockage
Surface blockers immediately. CORE detects blocking comments and escalates to unblock work faster.
Trigger: Issue assigned to team memberAutomated Action: Check workload and suggest rebalancing
Prevent team burnout. CORE monitors assignments and flags potential overload before it becomes a problem.

Available MCP Tools

The Linear integration provides 20+ tools for comprehensive issue tracking and project management:

Triggers

Linear triggers enable CORE’s Meta Agent to wake up and act proactively when events are detected via scheduled polling.

Need Help?

Join our Discord community for support in #core-support