> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trello

> Connect Trello to Rootly to automatically create and update cards from incidents, action items, and follow-up workflows.

The Trello integration connects Rootly with your Trello account so teams can automatically create and update cards through Genius workflows. Cards can be placed on any board and list, assigned labels, and given due dates — all driven by incident data.

With the Trello integration, you can:

* Automatically create Trello cards when incidents are declared or reach a certain state
* Update card title, description, labels, due date, and position as incidents evolve
* Move cards between lists and boards as incident status changes
* Archive cards automatically when incidents are resolved

## Before You Begin

Before setting up the integration, make sure you have:

* A Rootly account with admin permission to manage integrations
* A Trello account with access to the boards you want to use

<Info>
  Rootly recommends installing with a dedicated Trello service account so the integration does not break if an individual user leaves your organization.
</Info>

## Installation

<Steps>
  <Step title="Open the Trello integration in Rootly" icon="plug">
    Navigate to the integrations page in Rootly and select **Trello**.
  </Step>

  <Step title="Authorize Rootly with Trello" icon="key">
    You will be redirected to Trello to sign in and grant Rootly permission to access your account.

    <Frame>
      <img alt="Trello authorization prompt granting Rootly access to the account" src="https://mintcdn.com/rootly/kMnLuRjX9XFq2H7j/images/integrations/trello/installation/images-1.webp?fit=max&auto=format&n=kMnLuRjX9XFq2H7j&q=85&s=48b0c4f41b1da761a4586a2a436c911c" width="866" height="397" data-path="images/integrations/trello/installation/images-1.webp" />
    </Frame>

    Once authorized, the installation is complete.

    <Check>
      After authorization, the **Create a Trello Card** and **Update a Trello Card** workflow actions are available in your Genius workflows.
    </Check>
  </Step>
</Steps>

## Workflow Actions

The Trello integration provides two workflow actions for managing cards from Rootly incidents. If you are unfamiliar with how Genius workflows work, visit the [Workflows](/workflows/workflows) documentation first.

Trello organizes content in a hierarchy: **Boards → Lists → Cards**. When configuring workflow actions, select the board first, then the list within that board.

### Create a Trello Card

This action creates a new card in a specified Trello list.

| Field           | Description                                                                   | Required |
| --------------- | ----------------------------------------------------------------------------- | -------- |
| **Name**        | Display name for this workflow action                                         |          |
| **Board**       | Trello board where the card will be created                                   | Yes      |
| **List**        | List within the selected board                                                | Yes      |
| **Title**       | Card title. Defaults to `{{ incident.title }}`. Supports Liquid               | Yes      |
| **Description** | Card description. Supports Liquid                                             |          |
| **Labels**      | One or more Trello labels to apply. Labels are loaded from the selected board |          |
| **Due Date**    | Card due date. Supports Liquid                                                |          |

<Frame>
  <img alt="Create a Trello Card workflow action configuration form" src="https://mintcdn.com/rootly/ljLqQxzWDg3HgLpA/images/integrations/trello/workflows/images-1.webp?fit=max&auto=format&n=ljLqQxzWDg3HgLpA&q=85&s=87cce2fa32a7dc19e3639456bcd03fa1" width="884" height="1128" data-path="images/integrations/trello/workflows/images-1.webp" />
</Frame>

<Tip>
  Use the [Incident Variable Explorer](https://rootly.com/account/help/liquid-explorer) to preview what Liquid variables return for your incidents.
</Tip>

### Update a Trello Card

This action updates an existing Trello card.

<Info>
  When a **Create a Trello Card** action runs, Rootly stores the resulting card ID on the incident record. Reference it in subsequent update actions using Liquid variables.
</Info>

| Field           | Description                                                                      | Required |
| --------------- | -------------------------------------------------------------------------------- | -------- |
| **Name**        | Display name for this workflow action                                            |          |
| **Card ID**     | Trello card ID to update. Supports Liquid                                        | Yes      |
| **Board**       | Board to move the card to. Leave blank to keep on current board                  |          |
| **List**        | List to move the card to. Leave blank to keep in current list                    |          |
| **Title**       | Updated card title. Supports Liquid. Leave blank to keep existing                |          |
| **Description** | Updated card description. Supports Liquid                                        |          |
| **Labels**      | Updated labels. Filtered by the selected board                                   |          |
| **Due Date**    | Updated due date. Supports Liquid                                                |          |
| **Archivation** | Whether to archive the card. **Auto** mirrors the incident or action item status | Yes      |

<Frame>
  <img alt="Update a Trello Card workflow action configuration form" src="https://mintcdn.com/rootly/ljLqQxzWDg3HgLpA/images/integrations/trello/workflows/images-2.webp?fit=max&auto=format&n=ljLqQxzWDg3HgLpA&q=85&s=333d20ad7fe3898e2eccc8598f70d591" width="881" height="1244" data-path="images/integrations/trello/workflows/images-2.webp" />
</Frame>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Board or list is not appearing in the dropdown" icon="circle-exclamation">
    Rootly loads boards and lists from your authorized Trello account. If boards you expect to see are missing, confirm the authorizing user has access to those boards. Re-authenticating the integration may refresh the available list.
  </Accordion>

  <Accordion title="Labels are not available for selection" icon="tag">
    Labels in Trello are scoped to a specific board. Select a board first — labels will load automatically based on the selected board.
  </Accordion>
</AccordionGroup>

## Uninstall

To remove the Trello integration, open the integrations panel in Rootly and select **Configure > Delete**.

## Related Resources

* [Workflows](/workflows/workflows)
* [Liquid templating](/liquid/liquid)
* [Integrations overview](/integrations/overview)
