Blocks

Linear

Linear Issues via GraphQL: list, get, create.

Manage Linear issues using GraphQL API. Supports custom queries.

Back to Catalog
Toolslinear

Block Preview

Linear

Linear

Linear Issues via GraphQL: list, get, create.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the linear block with monitoring enabled in production.

Inputs (UI)

API Key

short-input

Layout: full

Operation

dropdown

Layout: full

Options: List Issues, Get Issue, Create Issue

Issue ID

short-input

Layout: half

Team ID

short-input

Layout: half

Custom Query

code

Placeholder: query { viewer { id } }

Layout: full

Variables (JSON)

code

Placeholder: { "input": { "title": "New issue" } }

Layout: full

Inputs (API)

apiKey

string

Required

operation

string

Required

issueId

string

Optional

teamId

string

Optional

query

string

Optional

variables

string

Optional

Outputs

Primary response type:

json

Tool Access

linear_issues
Linear | NowFlow Blocks