Blocks
Linear
Linear Issues via GraphQL: list, get, create.
Manage Linear issues using GraphQL API. Supports custom queries.
Toolslinear
Block Preview
Linear
Linear Issues via GraphQL: list, get, create.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the linear block with monitoring enabled in production.
Inputs (UI)
API Key
short-inputLayout: full
Operation
dropdownLayout: full
Options: List Issues, Get Issue, Create Issue
Issue ID
short-inputLayout: half
Team ID
short-inputLayout: half
Custom Query
codePlaceholder: query { viewer { id } }
Layout: full
Variables (JSON)
codePlaceholder: { "input": { "title": "New issue" } }
Layout: full
Inputs (API)
apiKey
stringRequired
operation
stringRequired
issueId
stringOptional
teamId
stringOptional
query
stringOptional
variables
stringOptional
Outputs
Primary response type:
json
Tool Access
linear_issues