Dokumentation
IntegrationsLinear

Linear

Manage issues, projects, and cycles in Linear through Fabric AI workflows and agent conversations.

Integrate Linear with Fabric AI to create and manage issues, track projects, and automate sprint workflows directly from AI chat or the visual workflow builder.

Integration Methods

MethodUse CaseAuth
MCP ServerAI chat — "create a Linear issue for..."API Key or OAuth
Workflow PluginAutomated issue creation and updates in workflowsAPI Key

Setting Up Linear

Get Your API Key

  1. Go to linear.app/settings/api
  2. Click Create Key
  3. Name it (e.g., "Fabric AI Integration")
  4. Copy the generated API key

Connect in Fabric

For Workflows:

  1. Open the Workflow Builder
  2. Add a Linear node
  3. Click Configure Integration
  4. Paste your API key

For MCP / Chat:

  1. Go to Settings → MCP Servers
  2. Add the Linear MCP server
  3. Enter your API key or connect via OAuth

Test the Connection

Click Test Connection to verify your key has the required permissions.

Available Actions

In Workflow Builder

ActionDescriptionKey Fields
Create IssueCreate a new Linear issueTeam, Title, Description, Priority, Labels, Assignee
Update IssueUpdate an existing issueIssue ID, Status, Priority, Assignee
Search IssuesQuery issues by filterTeam, Status, Assignee, Label

In AI Chat

Use natural language to interact with Linear:

"Create a Linear issue for the payment processing bug — high priority, assign to the backend team"

"What issues are in the current sprint?"

"Move issue FE-123 to Done"

Template Variables

Title: {{AINode.issueTitle}}
Description: {{AINode.issueDescription}}
Priority: {{ConditionNode.priority}}

Common Workflow Patterns

PRD to Linear Issues

Loading diagram...

Sprint Report Generation

Loading diagram...

Priority Mapping

Linear PriorityValue
Urgent1
High2
Medium3
Low4
No priority0

Troubleshooting

"Authentication failed"

  • Verify your API key is correct and hasn't been revoked
  • Ensure the key was created by a user with the necessary permissions

Issues created in wrong team

  • Double-check the Team ID or team name in your node configuration
  • Use template variables to dynamically select the team

Missing fields in created issues

  • Some fields (like labels) require exact IDs from your Linear workspace
  • Use the Linear MCP server's search tools to find correct IDs

Next Steps