Docs/App Integrations/Linear

Linear

App Integrations

Linear Node

Overview

Supports the following operations: Create Issue, List Issues, Update Issue, Add Comment.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
teamIdstring—Configuration field for teamId
issueIdstring—Configuration field for issueId
titlestring—Configuration field for title
descriptionstring—Configuration field for description
prioritystring—Configuration field for priority
commentstring—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