Project mgmt × Project mgmt
LinearTrelloAGNT

Automate Linear + Trello

Fast issue tracking that deserves fast automation. Boards and cards — simple enough to automate deeply. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Meeting Follow-Through → Get AGNT free

Meeting Follow-Through is a ready-made agent built around Linear; point its last step at Trello to finish this hand-off.

Automations teams run

Unlike field-mapping automation, the step in the middle is an agent: it can summarise, classify, judge and draft, not merely copy values from Linear into Trello.

When an issue is created in Linear…

…an agent can create and move cards in Trello — after reading the context and deciding it should.

When a status changes in Linear…

…an agent can update checklists and labels in Trello — after reading the context and deciding it should.

When a cycle ends in Linear…

…an agent can summarise a board in Trello — after reading the context and deciding it should.

When a card is created or moved in Trello…

…an agent can create issues with full context in Linear — with the reasoning recorded in the run’s receipt.

When a due date approaches in Trello…

…an agent can update status and assignees in Linear — with the reasoning recorded in the run’s receipt.

When a checklist completes in Trello…

…an agent can write cycle summaries in Linear — with the reasoning recorded in the run’s receipt.

The Linear and Trello hand-off, in full

Linear is reached through a custom-api call to api.linear.app and Trello through a custom-api call to api.trello.com. Between them sits the agent, which is the part a field-mapping tool cannot do: it reads the item and decides whether the hand-off is warranted at all.

Linear to Trello: poll linear → read it and decide → call trello TRIGGER trigger-timer Poll Linear Every fifteen minutes. ACTION agnt-agent Read it and decide Judged against your own rules. ACTION custom-api Call Trello POST · query parameters
Runs on your machine against your own Linear and Trello accounts. Every run leaves a receipt.
Linear → Trellopaste into a new workflow
{
  "id": "a282d47c-058f-4515-adf1-43a55cbaf8c2",
  "name": "Linear → Trello",
  "nodes": [
    {
      "id": "78541cae-21c5-49cd-a71d-396304a62602",
      "text": "Poll Linear",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "trigger-timer",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {
        "interval": "15",
        "unit": "minutes"
      },
      "description": "Checks Linear on a schedule.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "e390da1c-79cf-4cc5-a657-953fb28c79ae",
      "text": "Read it and decide",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "instructions": "Read the Linear item. Decide whether it warrants action in Trello, and explain why."
      },
      "description": "Decides whether this Linear item warrants anything in Trello.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "a9fe6ec4-b406-4c7a-abaa-54bc66d860cc",
      "text": "Call Trello",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "custom-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "url": "https://api.trello.com/1/cards?key={key}&token={token}",
        "method": "POST"
      },
      "description": "Writes into Trello over its API.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "c59384dc-f273-4303-a496-25d3793e40ea",
      "start": {
        "id": "78541cae-21c5-49cd-a71d-396304a62602",
        "type": "output"
      },
      "end": {
        "id": "e390da1c-79cf-4cc5-a657-953fb28c79ae",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "53869885-7b48-410e-add8-6e176fbc1f74",
      "start": {
        "id": "e390da1c-79cf-4cc5-a657-953fb28c79ae",
        "type": "output"
      },
      "end": {
        "id": "a9fe6ec4-b406-4c7a-abaa-54bc66d860cc",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Install Meeting Follow-Through

Meeting Follow-Through is a working agent built around Linear. Install it, point its last step at Trello, and you have this hand-off without building it from an empty canvas.

Runs on your own machine · See what it does

Build it in AGNT

  1. Install AGNT — it runs on your own machine and needs no account to start.
  2. Authorise Trello (an API key pasted into the vault) and Linear (an API key pasted into the vault). Nothing is stored anywhere but your disk.
  3. Describe the job in plain language, or paste the definition above; custom-api does the reading and custom-api the writing.
  4. Gate anything you would not want done unattended, then let it run and read the first receipt end to end.

Linear and Trello — common questions

Can I connect Linear to Trello without writing code?

You can build it entirely from the canvas. Authorise Linear with an API key pasted into the vault, Trello with an API key pasted into the vault, then tell the agent what support escalations become tracked issues should look like once Trello is involved. Code is an option for the unusual cases, never a requirement for the common ones.

How is this different from a field-mapping Linear to Trello automation?

The difference shows up on the messy inputs. A rule chain needs every case enumerated in advance; an agent handles support escalations become tracked issues the way a colleague would — reading the Linear context, judging it, then writing to Trello with the reasoning recorded.

Does my Linear and Trello data leave my machine?

AGNT Community Core is local-first, so there is no vendor middleman holding your Linear or Trello tokens. The runtime talks directly to both services. Choose a local model and the content of what it reads never leaves the machine at all.

What does a Linear and Trello run leave behind?

You get an auditable trail rather than a success flag. It shows the Linear context the agent worked from, the judgment it made about email requests become cards instantly, and the exact change applied in Trello, with approvals attached where you required them.

Give AI a job. Get the proof.