Asana integration summary

Stitch’s Asana integration replicates data using the Asana API. Refer to the Schema section for a list of objects available for replication.

Asana feature snapshot

A high-level look at Stitch's Asana integration, including release status, useful links, and the features supported in Stitch.

STITCH
Release Status

Open Beta

Supported By

Singer Community

Stitch Plan

Free

Singer GitHub Repository

Asana Repository

DATA SELECTION
Table Selection

Supported

Column Selection

Supported

REPLICATION SETTINGS
Anchor Scheduling

Supported

Advanced Scheduling

Unsupported

Table-level Reset

Unsupported

Configurable Replication Methods

Unsupported

TRANSPARENCY
Extraction Logs

Supported

Loading Reports

Supported

Connecting Asana

Asana setup requirements

To set up Asana in Stitch, you need:

  • Access to all the data you want to replicate in Asana. This includes projects, tasks, tags, users, and workspaces. If the user authorizing the integration in Stitch doesn’t have access to something in Asana, Stitch will be unable to replicate it.

Step 1: Add Asana as a Stitch data source

  1. Sign into your Stitch account.
  2. On the Stitch Dashboard page, click the Add Integration button.

  3. Click the Asana icon.

  4. Enter a name for the integration. This is the name that will display on the Stitch Dashboard for the integration; it’ll also be used to create the schema in your destination.

    For example, the name “Stitch Asana” would create a schema called stitch_asana in the destination. Note: Schema names cannot be changed after you save the integration.

Step 2: Define the historical sync

The Sync Historical Data setting will define the starting date for your Asana integration. This means that:

  • For tables using Incremental Replication, data equal to or newer than this date will be replicated to your data warehouse.
  • For tables using Full Table Replication, all data - including records that are older, equal to, or newer than this date - will be replicated to your data warehouse.

Change this setting if you want to replicate data beyond Asana’s default setting of 1 year. For a detailed look at historical replication jobs, check out the Syncing Historical SaaS Data guide.

Step 3: Create a replication schedule

In the Replication Frequency section, you’ll create the integration’s replication schedule. An integration’s replication schedule determines how often Stitch runs a replication job, and the time that job begins.

Asana integrations support the following replication scheduling methods:

To keep your row usage low, consider setting the integration to replicate less frequently. See the Understanding and Reducing Your Row Usage guide for tips on reducing your usage.

Step 4: Authorize Stitch to access Asana

  1. Next, you’ll be prompted to sign into your Asana account.
  2. Enter your Asana credentials and sign into your account.
  3. After the authorization process is successfully completed, you’ll be directed back to Stitch.
  4. Click All Done.

Step 5: Set tables and columns to replicate

To complete the setup, you’ll need to select the tables and columns you want to replicate to your data warehouse.

Check out the Schema section to learn more about the available tables in Asana and how they replicate.

  1. In the list of tables that displays - or in the Tables to Replicate tab, if you skipped this step during setup - locate a table you want to replicate.
  2. To track a table, click the checkbox next to the table’s name. A green checkmark means the table is set to replicate.

  3. To track a column, click the checkbox next to the column’s name. A green checkmark means the column is set to replicate.

  4. Repeat this process for all the tables and columns you want to replicate.
  5. When finished, click the Finalize Your Selections button at the bottom of the screen to save your selections.

Note: If you change these settings while a replication job is still in progress, they will not be used until the next job starts.

Initial and historical replication jobs

After you finish setting up Asana, its Sync Status may show as Pending on either the Stitch Dashboard or in the Integration Details page.

For a new integration, a Pending status indicates that Stitch is in the process of scheduling the initial replication job for the integration. This may take some time to complete.

Free historical data loads

The first seven days of replication, beginning when data is first replicated, are free. Rows replicated from the new integration during this time won’t count towards your quota. Stitch offers this as a way of testing new integrations, measuring usage, and ensuring historical data volumes don’t quickly consume your quota.


Asana table schemas

Replication Method :

Key-based Incremental

Replication Key :

modified_at

Primary Key :

id

Official docs :

Official Docs

The projects table contains info about the projects the user who authorized the Asana integration in Stitch has access to.

id
INTEGER

The project ID.

Reference:

modified_at
DATE-TIME

The time the project was last modified.

archived
BOOLEAN

Indicates if the project has been archived or not.

color
STRING

The color of the project. Possible values are:

  • dark-pink
  • dark-green
  • dark-blue
  • dark-red
  • dark-teal
  • dark-brown
  • dark-orange
  • dark-purple
  • dark-warm-gray
  • light-pink
  • light-green
  • light-blue
  • light-red
  • light-teal
  • light-yellow
  • light-orange
  • light-purple
  • light-warm-gray

created_at
DATE-TIME

The time the project was created.

current_status
STRING

The most recently created status update for the project.

due_date
DATE-TIME

The day on which the project is due.

followers
ARRAY

A list of users following the project.

gid
STRING

The follower’s GID.

id
INTEGER

The follower’s ID.

Reference:

resource_type
STRING

This will be user.

projects (table), followers (attribute)

gid
STRING

The project’s GID.

members
ARRAY

A list of users who are members of the project.

gid
STRING

The user’s GID.

id
INTEGER

The user’s ID.

Reference:

resource_type
STRING

This will be user.

projects (table), members (attribute)

name
STRING

The name of the project.

notes
STRING

Any notes associated with the project.

owner
OBJECT

Details about the current owner of the project.

gid
STRING

The owner’s GID.

id
INTEGER

The owner’s ID.

Reference:

resource_type
STRING

This will be user.

projects (table), owner (attribute)

public
BOOLEAN

Indicates if the project is public to the organization.

team
OBJECT

Details about the team the project is associated with.

gid
STRING

The team’s GID.

id
INTEGER

The team’s ID.

resource_type
STRING

This will be team.

projects (table), team (attribute)

workspace
OBJECT

Details about the workspace or organization the project is associated with.

gid
STRING

The workspace’s GID.

id
INTEGER

The workspace’s ID.

Reference:

resource_type
STRING

This will be workspace.

projects (table), workspace (attribute)

Replication Method :

Key-based Incremental

Replication Key :

created_at

Primary Key :

id

Official docs :

Official Docs

The tags table contains info about the tags in your Asana account. A tag is a label that can be attached to any task in Asana.

id
INTEGER

The tag ID.

created_at
DATE-TIME

The time the tag was created.

color
STRING

The color of the tag. Possible values are:

  • dark-pink
  • dark-green
  • dark-blue
  • dark-red
  • dark-teal
  • dark-brown
  • dark-orange
  • dark-purple
  • dark-warm-gray
  • light-pink
  • light-green
  • light-blue
  • light-red
  • light-teal
  • light-yellow
  • light-orange
  • light-purple
  • light-warm-gray

followers
ARRAY

A list of users following the tag.

gid
STRING

The follower’s GID.

id
INTEGER

The follower’s ID.

Reference:

resource_type
STRING

This will be user.

tags (table), followers (attribute)

name
STRING

The name of the tag.

notes
STRING

Any notes associated with the tag.

workspace
OBJECT

Details about the workspace or organization the tag is associated with.

gid
STRING

The workspace’s GID.

id
INTEGER

The workspace’s ID.

Reference:

resource_type
STRING

This will be workspace.

tags (table), workspace (attribute)

Replication Method :

Key-based Incremental

Replication Key :

modified_at

Primary Key :

id

Official docs :

Official Docs

The tasks table contains info about the tasks in your Asana account.

id
INTEGER

The task ID.

modified_at
DATE-TIME

The time the task was last modified.

assignees
ARRAY

A list of users assigned to the task.

gid
STRING

The assignee’s GID.

id
INTEGER

The assignee’s ID.

Reference:

resource_type
STRING

This will be user.

tasks (table), assignees (attribute)

assignee_status
STRING

The scheduling status of the task for the user it is assigned to.

completed
BOOLEAN

Indicates if the task has been completed or not.

completed_at
DATE-TIME

The time at which the task was completed. This will be null until completed: true.

created_at
DATE-TIME

The time the task was created.

due_at
DATE-TIME

The date and time on which the task is due. This will be null if the task has no due time.

due_on
DATE-TIME

The date on which the task is due. This will be null if the task has no due date.

external
STRING

followers
ARRAY

A list of users following the task.

gid
STRING

The follower’s GID.

id
INTEGER

The follower’s ID.

Reference:

resource_type
STRING

This will be user.

tasks (table), followers (attribute)

gid
STRING

The task’s GID.

hearted
BOOLEAN

hearts
STRING

memberships
STRING

name
STRING

The name of the task.

notes
STRING

Any notes associated with the task.

num_hearts
INTEGER

The number of users who have hearted this task.

parent
STRING

The parent of the task, or null if this is not a subtask.

Reference:

projects
ARRAY

A list of projects the task is associated with.

gid
STRING

The project’s GID.

id
INTEGER

The project ID.

Reference:

resource_type
STRING

This will be project.

tasks (table), projects (attribute)

workspace
OBJECT

Details about the workspace or organization the task is associated with.

gid
STRING

The workspace’s GID.

id
INTEGER

The workspace’s ID.

Reference:

resource_type
STRING

This will be workspace.

tasks (table), workspace (attribute)

Replication Method :

Full Table

Primary Key :

id

Official docs :

Official Docs

The users table contains info about the users in your Asana account.

id
INTEGER

The user ID.

Reference:

email
STRING

The user’s email address.

name
STRING

The name of the user.

photo
OBJECT

A map of the user’s profile photo in various sizes.

image_1024x1024
STRING

The URL of the user’s profile photo at size 1024x1024.

image_128x128
STRING

The URL of the user’s profile photo at size 128x128.

image_21x21
STRING

The URL of the user’s profile photo at size 21x21.

image_27x27
STRING

The URL of the user’s profile photo at size 27x27.

image_36x36
STRING

The URL of the user’s profile photo at size 36x36.

image_60x60
STRING

The URL of the user’s profile photo at size 60x60.

users (table), photo (attribute)

workspace
OBJECT

Details about the workspace or organization the user is associated with.

Note: Only workspaces and organizations that contain the user that authorized the integration in Stitch will be returned by Asana’s API.

gid
STRING

The workspace’s GID.

id
INTEGER

The workspace’s ID.

Reference:

resource_type
STRING

This will be workspace.

users (table), workspace (attribute)

Replication Method :

Full Table

Primary Key :

id

Official docs :

Official Docs

The workspaces table contains info about the workspaces associated with your Asana account.

id
STRING

The workspace ID.

Reference:

gid
INTEGER

The workspace’s GID.

is_organization
BOOLEAN

Indicates if the workspace is an organization or not.

name
STRING

The name of the workspace.

resource_type
STRING

This will be workspace.



Questions? Feedback?

Did this article help? If you have questions or feedback, feel free to submit a pull request with your suggestions, open an issue on GitHub, or reach out to us.