Linear
App IntegrationsLinear Node
Overview
Supports the following operations: Create Issue, List Issues, Update Issue, Add Comment.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
teamId | string | — | Configuration field for teamId |
issueId | string | — | Configuration field for issueId |
title | string | — | Configuration field for title |
description | string | — | Configuration field for description |
priority | string | — | Configuration field for priority |
comment | string | — | Configuration field for comment |
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.
Try Linear in Your Workflow
Create a free account and start building AI-powered workflows with the Linear node.
Open Workflow Editor