Linear
App IntegrationsLinear Node
Overview
Supports the following operations: Create Issue, List Issues, Update Issue, Add Comment.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Action to execute |
teamId | string | — | Team identifier |
issueId | string | — | Issue Id for this node |
title | string | — | Title of the content or record |
description | string | — | Detailed description of the item |
priority | string | — | Priority for this node |
comment | string | — | Comment for this node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{linear.id}}anyOutput field: id
{{linear.title}}anyOutput field: title
{{linear.url}}anyOutput field: url
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"teamId": "value",
"issueId": "value",
"title": "value",
"description": "value",
"priority": "value",
"comment": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Linear in Your Workflow
Create a free account and start building AI-powered workflows with the Linear node.
Open Workflow Editor