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
- Navigate to Linear Settings → API
- Click Create new API key under Personal API keys
- Copy the generated key (it will only be shown once and keep it secure)
- Go to CORE Dashboard → Integrations
- Click on the Linear card
- Paste the API key into the configuration field
- 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:Create and Track Issues
Create and Track Issues
Scenario: Automatically create issues in Linear from your workflowThe agent will use
linear_create_issue to create the issue with all specified parameters and return the issue URL and ID.Manage Project Workflows
Manage Project Workflows
Scenario: Track project progress and update issue statesThe agent will:
- Use
linear_list_projectsto find the project - Use
linear_get_projectto view issues - Use
linear_update_issueto change states
Search and Filter Issues
Search and Filter Issues
Scenario: Find specific issues across your workspaceThe agent will use
linear_search_issues with appropriate filters to find matching issues and display them with relevant details.Team Collaboration
Team Collaboration
Scenario: View team information and coordinate workThe agent will:
- Use
linear_get_teamto fetch team members - Use
linear_get_issueto view current issue - Use
linear_create_commentto add the meeting notes
Sprint Planning
Sprint Planning
Scenario: Organize work into sprints/cyclesThe agent will:
- Use
linear_create_cycleto create the sprint - Use
linear_search_issuesto find labeled issues - Use
linear_update_issueto assign issues to the cycle
Project Setup Automation
Project Setup Automation
Scenario: Quickly set up new projects with standard configurationThe agent will:
- Use
linear_create_projectto create the project - Use
linear_create_labelto create team labels - Use
linear_create_cycleto create the sprint
Issue Status Updates
Issue Status Updates
Scenario: Keep issues updated and monitor progressThe agent will:
- Use
linear_search_issuesto find in-progress issues - Use
linear_update_issueto change states - Use
linear_create_commentto add status updates
Bulk Organization
Bulk Organization
Scenario: Organize issues with labels and prioritiesThe 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:Auto-Sync GitHub and Linear
Auto-Sync GitHub and Linear
Trigger: New GitHub issue createdAutomated Action: Create corresponding Linear issueKeep GitHub and Linear in sync automatically. CORE creates linked issues across platforms, maintaining a single source of truth.
Status Update Notifications
Status Update Notifications
Trigger: Issue status changed to “Done”Automated Action: Notify stakeholders and update memoryBroadcast progress automatically. CORE tracks completed work, updates memory, and keeps teams informed on Slack.
Priority Escalation
Priority Escalation
Trigger: Issue priority changed to “Urgent”Automated Action: Notify team and create follow-up tasksEscalate critical issues instantly. CORE routes urgent work to the right people across multiple channels.
Sprint Progress Tracking
Sprint Progress Tracking
Trigger: Issue completed within active cycleAutomated Action: Update sprint metrics and notifyTrack sprint velocity automatically. CORE monitors completions, calculates metrics, and provides daily progress updates.
Blocked Issue Alerts
Blocked Issue Alerts
Trigger: Issue comment contains “blocked”Automated Action: Escalate and track blockageSurface blockers immediately. CORE detects blocking comments and escalates to unblock work faster.
Team Workload Balancing
Team Workload Balancing
Trigger: Issue assigned to team memberAutomated Action: Check workload and suggest rebalancingPrevent 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:- Issue Management
- Comment Management
- Project Management
- Team Management
- User Management
- Workflow States
- Labels
- Cycles
| Tool Name | Description |
|---|---|
linear_create_issue | Create a new issue with title, description, assignee, and priority |
linear_update_issue | Update an existing issue (title, description, state, assignee, etc.) |
linear_get_issue | Get detailed information about a specific issue |
linear_search_issues | Search for issues with advanced filters (team, assignee, state, project, labels) |
linear_delete_issue | Delete an issue |
Triggers
Linear triggers enable CORE’s Meta Agent to wake up and act proactively when events are detected via scheduled polling.- Issues
- Comments
- Projects
- Cycles
| Event | Description |
|---|---|
LINEAR_ISSUE_CREATED | Triggered when a new issue is created |
LINEAR_ISSUE_UPDATED | Triggered when an issue is modified (title, description, status, etc.) |
LINEAR_ISSUE_DELETED | Triggered when an issue is deleted |
LINEAR_ISSUE_STATUS_CHANGED | Triggered when an issue’s workflow state changes |
LINEAR_ISSUE_ASSIGNED | Triggered when an issue is assigned to a user |
LINEAR_ISSUE_PRIORITY_CHANGED | Triggered when an issue’s priority is updated |
