Linear Make integrationAutomate Linear with Make.
Can Make act on your Linear issues without you copying anything by hand? Yes. The Linear Make integration gives you 13 modules, including 3 instant triggers, for issues and comments. This guide connects your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Linear Make integration do for you?
The Linear Make integration links your Linear workspace to Make, a no-code tool where you build a scenario: an automation made of modules, each module being one brick that watches, creates, reads or deletes something. With Linear, those bricks react to new issues and comments, and they write, update or remove them for you.
Turn a comment into follow-up work. Watch Comment Created fires when someone comments, and Create an Issue opens a separate ticket from it, so a remark buried in a thread becomes a tracked task.
Keep other tools in step with your board. Watch Issue Updated tells Make when an issue changes, and the next module of the scenario can pass that change to whatever app your team reads.
Pull data for a report. List Issues and List Comments return many items at once, each one a bundle (a single item passed from one module to the next), ready to feed a spreadsheet.
What the integration does not offer: a generic Make an API Call module. Its escape hatch is Execute a GraphQL Query, where you write the request to Linear yourself. If you already compare tools, the Linear n8n integration covers the same app on the other platform, and n8n vs Make lays out the differences. New to the editor? The Make training starts from zero.
How do you connect your Linear account to Make?
- 01
Add a Linear module
In your scenario, add any Linear module and click Create a connection. A connection is your Linear account linked to Make once, then reused by every Linear module you add later. If the module is instant, click Create a webhook first.
- 02
Name the connection
The Connection name field is optional. Filling it still helps: a name like the workspace it points to saves you from guessing later, once several connections sit in the same list.
- 03
Paste your credentials
Enter the credentials you copied from Linear, either a personal API key or an OAuth2 access token, or follow the instructions Make shows on screen. You need an active Linear account for this step.
Build your first scenario with Linear
GoalWhen someone comments in Linear, Make opens a new issue that carries the comment.
- 01
Start a blank scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. That first module decides when everything runs.
- 02
Pick Watch Comment Created
Search for Linear, choose Watch Comment Created, click Create a webhook, then Create a connection. From now on, Linear warns Make whenever a comment appears.
- 03
Add Create an Issue
Click the + on the right of the trigger and pick Create an Issue. Fill its fields and map the comment text from the first module into the issue, so each new ticket quotes what was said.
- 04
Test with Run once
Click Run once, then post a comment in Linear. Open the bubble above each module to read the bundle it received and check the issue that Make created.
- 05
Switch it on
Turn the scenario on. Because the trigger is instant, Linear calls Make through the webhook as soon as a comment is posted, with no schedule to wait for.
Which Linear events can start a scenario?
3 modules start a scenario when something happens in Linear. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Linear as soon as it happens.
Watch Comment Created
Instant triggerIn Make“Triggers when a new comment is created.”
Starts your scenario each time someone writes a new comment in Linear, and hands Make that comment as a bundle for the next modules to use.
Watch Issue Created
Instant triggerIn Make“Triggers when an issue is created.”
Reacts the moment a new issue lands in Linear, whether a teammate typed it or another tool created it, and passes that issue down the scenario.
Watch Issue Updated
Instant triggerIn Make“Triggers when an issue is updated.”
Fires when an existing issue changes, which makes it the trigger for everything that should follow the life of a ticket rather than its birth.
What can Make do inside Linear?
Linear gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Comment
ActionIn Make“Creates a new comment.”
Posts a new comment on an issue for you, so information coming from another app shows up right where the team is already reading.
Create an Issue
ActionIn Make“Creates a new issue.”
Opens a brand new Linear issue from data gathered earlier in the scenario, so the work lands on the board without anyone retyping it.
Delete a Comment
ActionIn Make“Deletes an existing comment.”
Removes an existing comment from Linear. It exists mostly for cleanup, when a scenario posted something that no longer belongs in the thread.
Delete an Issue
ActionIn Make“Deletes an existing issue.”
Deletes an existing issue outright. Few scenarios need it, but it helps when an automation created tickets that should never have existed.
Execute a GraphQL Query
ActionIn Make“Performs an arbitrary authorized GraphQL query.”
Lets you write your own request to Linear in GraphQL, a short text that names what to read or change. Reach for it when no ready-made module covers your need.
Get a Comment
ActionIn Make“Retrieves an existing comment.”
Fetches one specific comment you already know, and returns its content to the scenario so the following modules can reuse it.
Get an Issue
ActionIn Make“Retrieves an existing issue.”
Retrieves one existing issue so the rest of the scenario works with the full issue rather than a partial reference.
Update a Comment
ActionIn Make“Updates an existing comment.”
Edits a comment that already exists instead of posting a new one, which keeps a thread readable when the same status changes several times.
List Comments
SearchIn Make“Retrieves a list of comments from account.”
Returns comments from your account as a series of bundles. One comment, one bundle, and the scenario handles them in turn.
List Issues
SearchIn Make“Retrieves a list of issues from account.”
Pulls a list of issues from your account, each arriving as its own bundle, which makes it the starting point of most reporting scenarios.
Need help automating Linear with Make?
A person reads every message.