Supported actions
Prerequisites
Create a Linear credential
Create a Linear credential
Generate an API key in your Linear settings, then store it as a Linear credential in Credential Management. Select that credential on every Linear action.
How to use these actions
- Map text inputs from earlier steps. Inputs such as Title and Description accept a value mapped from a previous step.
- Pick records from dropdowns. The Team ID, Project ID, Assignee ID, State ID, and Priority fields can be selected from lists loaded from your Linear account.
- Numbers and toggles take fixed values. The First and Estimate numbers and the Include Archived toggle are entered as fixed values.
- Labels are comma separated. Provide Label IDs as a comma separated list.
- Descriptions support markdown. Issue descriptions are written in markdown.
- Dates use ISO 8601. Enter a Due Date in ISO 8601 format.
- List results page with a cursor. Pass the After cursor to page through more results.
Actions
Issue
Linear Issue Create
Creates a new issue.Linear Issue Update
Updates an existing issue.Linear Issue Get
Retrieves an issue by ID.Linear Issue List
Lists issues with optional filters.Example
An agent that files a bug report from a support ticket:1
Find the team
A Linear Issue List action filters by Team ID so a model step can confirm the right team before filing.
2
Create the issue
A Linear Issue Create action maps Title and Description from the ticket summary, sets Priority, and selects the Assignee ID for the on call engineer.
3
Confirm
A model step summarizes the created issue, including its returned identifier, for the activity log.
Troubleshooting
Authentication failed
Authentication failed
Confirm the stored API key is valid and has not been revoked. Generate a new key in Linear and update the credential.
Entity not found
Entity not found
The Issue ID, Team ID, or other identifier does not exist or the key cannot see it. Use the List action to discover valid IDs, then feed them into later steps.
Invalid priority or date
Invalid priority or date
Priority must be one of
0 through 4, and Due Date must be in ISO 8601 format.