Skip to main content

Overview

The Asana integration provides three workflow actions for managing tasks directly from Rootly incidents. If you are unfamiliar with how Genius workflows work, visit the Workflows documentation first.

Available Workflow Actions

Create an Asana Task

This action creates a new task in a specified Asana project.
Document Image
Use the Incident Variable Explorer to preview what Liquid variables return for your incidents.

Create an Asana Subtask

This action creates a subtask under an existing Asana task.
When a Create an Asana Task action runs, Rootly stores the resulting task ID on the incident record. Reference it in subsequent subtask actions using Liquid variables.
Document Image

Update an Asana Task

This action updates an existing Asana task with new values.
Document Image

Custom Fields

Use the Custom Fields Mapping field to set Asana custom field values using a JSON object. The key is the Asana custom field ID and the value depends on the field type. Text fields
Liquid syntax in text fields
Single-select enum fields — use the Asana enum option ID as the value:
Multi-select enum fields — use an array of enum option IDs:
Conditional enum mapping with Liquid
To find custom field IDs and enum option IDs, use the Asana API or inspect the URL when editing a custom field in Asana.