This integration is powered by Singer's Asana tap. For support, visit the GitHub repo or join the Singer Slack.
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 (v2) integration, including release status, useful links, and the features supported in Stitch.
STITCH | |||
Release status |
Released on March 5, 2020 |
Supported by | |
Stitch plan |
Standard |
API availability |
Available |
Singer GitHub repository | |||
REPLICATION SETTINGS | |||
Anchor Scheduling |
Supported |
Advanced Scheduling |
Supported |
Table-level reset |
Unsupported |
Configurable Replication Methods |
Unsupported |
DATA SELECTION | |||
Table selection |
Supported |
Column selection |
Supported |
Select all |
Supported |
||
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
- Sign into your Stitch account.
-
On the Stitch Dashboard page, click the Add Integration button.
-
Click the Asana icon.
-
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 replication start date
The Sync Historical Data setting defines the starting date for your Asana integration. This means that data 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:
-
Advanced Scheduling using Cron (Advanced or Premium plans only)
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
- Next, you’ll be prompted to sign into your Asana account.
- Enter your Asana credentials and sign into your account.
- After the authorization process is successfully completed, you’ll be directed back to Stitch.
- Click All Done.
Step 5: Set objects to replicate
The last step is to select the tables and columns you want to replicate. Learn about the available tables for this integration.
Note: If a replication job is currently in progress, new selections won’t be used until the next job starts.
For Asana integrations, you can select:
-
Individual tables and columns
-
All tables and columns
Click the tabs to view instructions for each selection method.
- In the integration’s Tables to Replicate tab, locate a table you want to replicate.
-
To track a table, click the checkbox next to the table’s name. A blue checkmark means the table is set to replicate.
-
To track a column, click the checkbox next to the column’s name. A blue checkmark means the column is set to replicate.
- Repeat this process for all the tables and columns you want to replicate.
- When finished, click the Finalize Your Selections button at the bottom of the screen to save your selections.
- Click into the integration from the Stitch Dashboard page.
-
Click the Tables to Replicate tab.
- In the list of tables, click the box next to the Table Names column.
-
In the menu that displays, click Track all Tables and Fields:
- Click the Finalize Your Selections button at the bottom of the page to save your data selections.
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.
Initial replication jobs with Anchor Scheduling
If using Anchor Scheduling, an initial replication job may not kick off immediately. This depends on the selected Replication Frequency and Anchor Time. Refer to the Anchor Scheduling documentation for more information.
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 reference
Schemas and versioning
Schemas and naming conventions can change from version to version, so we recommend verifying your integration’s version before continuing.
The schema and info displayed below is for version 2 of this integration.
This is the latest version of the Asana integration.
Table and column names in your destination
Depending on your destination, table and column names may not appear as they are outlined below.
For example: Object names are lowercased in Redshift (CusTomERs
> customers
), while case is maintained in PostgreSQL destinations (CusTomERs
> CusTomERs
). Refer to the Loading Guide for your destination for more info.
portfolios
The portfolios
table contains info about the portfolios in your Asana account.
Custom fields
To replicate task custom fields, select the custom_fields
attribute in Stitch. If your destination doesn’t natively support nested data structures, two subtables (tasks__custom_fields
, tasks__custom_fields__enum_options
) will be created.
Full Table |
|
Primary Key |
gid |
Useful links |
Join portfolios with | on |
---|---|
projects |
portfolios.created_by.gid = projects.followers.gid portfolios.members.gid = projects.followers.gid portfolios.owner.gid = projects.followers.gid portfolios.created_by.gid = projects.members.gid portfolios.members.gid = projects.members.gid portfolios.owner.gid = projects.members.gid portfolios.created_by.gid = projects.owner.gid portfolios.members.gid = projects.owner.gid portfolios.owner.gid = projects.owner.gid portfolios.workspace.gid = projects.workspace.gid |
tags |
portfolios.created_by.gid = tags.followers.gid portfolios.members.gid = tags.followers.gid portfolios.owner.gid = tags.followers.gid portfolios.workspace.gid = tags.workspace.gid |
tasks |
portfolios.created_by.gid = tasks.assignee.gid portfolios.members.gid = tasks.assignee.gid portfolios.owner.gid = tasks.assignee.gid portfolios.created_by.gid = tasks.followers.gid portfolios.members.gid = tasks.followers.gid portfolios.owner.gid = tasks.followers.gid portfolios.workspace.gid = tasks.workspace.gid |
users |
portfolios.created_by.gid = users.gid portfolios.members.gid = users.gid portfolios.owner.gid = users.gid portfolios.workspace.gid = users.workspaces.gid |
stories |
portfolios.created_by.gid = stories.assignee.gid portfolios.members.gid = stories.assignee.gid portfolios.owner.gid = stories.assignee.gid portfolios.created_by.gid = stories.created_by.gid portfolios.members.gid = stories.created_by.gid portfolios.owner.gid = stories.created_by.gid portfolios.created_by.gid = stories.dependency.gid portfolios.members.gid = stories.dependency.gid portfolios.owner.gid = stories.dependency.gid |
teams |
portfolios.created_by.gid = teams.users.gid portfolios.members.gid = teams.users.gid portfolios.owner.gid = teams.users.gid portfolios.workspace.gid = teams.organization.gid |
workspaces |
portfolios.workspace.gid = workspaces.gid |
color STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_by OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
current_status_update OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
custom_field_settings ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
custom_fields ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
due_on STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gid STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
is_template BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
members ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
owner OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
permalink_url STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
portfolio_items ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
public BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resource_type STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
start_on STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
workspace OBJECT
|
projects
The projects
table contains info about the projects the user who authorized the Asana integration in Stitch has access to.
Key-based Incremental |
|
Primary Key |
gid |
Replication Key |
modified_at |
Useful links |
Join projects with | on |
---|---|
tasks |
projects.gid = tasks.projects.gid projects.followers.gid = tasks.assignee.gid projects.members.gid = tasks.assignee.gid projects.owner.gid = tasks.assignee.gid projects.followers.gid = tasks.followers.gid projects.members.gid = tasks.followers.gid projects.owner.gid = tasks.followers.gid projects.workspace.gid = tasks.workspace.gid |
stories |
projects.gid = stories.project.gid projects.followers.gid = stories.assignee.gid projects.members.gid = stories.assignee.gid projects.owner.gid = stories.assignee.gid projects.followers.gid = stories.created_by.gid projects.members.gid = stories.created_by.gid projects.owner.gid = stories.created_by.gid projects.followers.gid = stories.dependency.gid projects.members.gid = stories.dependency.gid projects.owner.gid = stories.dependency.gid |
sections |
projects.gid = sections.project.gid projects.gid = sections.projects.gid |
tags |
projects.followers.gid = tags.followers.gid projects.members.gid = tags.followers.gid projects.owner.gid = tags.followers.gid projects.workspace.gid = tags.workspace.gid |
users |
projects.followers.gid = users.gid projects.members.gid = users.gid projects.owner.gid = users.gid projects.workspace.gid = users.workspaces.gid |
portfolios |
projects.followers.gid = portfolios.created_by.gid projects.members.gid = portfolios.created_by.gid projects.owner.gid = portfolios.created_by.gid projects.followers.gid = portfolios.members.gid projects.members.gid = portfolios.members.gid projects.owner.gid = portfolios.members.gid projects.followers.gid = portfolios.owner.gid projects.members.gid = portfolios.owner.gid projects.owner.gid = portfolios.owner.gid projects.workspace.gid = portfolios.workspace.gid |
teams |
projects.followers.gid = teams.users.gid projects.members.gid = teams.users.gid projects.owner.gid = teams.users.gid projects.workspace.gid = teams.organization.gid |
workspaces |
projects.workspace.gid = workspaces.gid |
archived BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
color STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completed BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completed_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completed_by OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_from_template OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
current_status STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
current_status_update OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
custom_field_settings ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
custom_fields ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
default_view STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
due_date STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
due_on STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
followers ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gid STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
html_notes STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
icon STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
is_template BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
members ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
modified_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
owner OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
permalink_url STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
project_brief OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
public BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resource_type STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
start_on STRING |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
team OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
workspace OBJECT
|
sections
The sections
table contains info about sections within specified projects in your Asana account.
Full Table |
|
Primary Key |
gid |
Useful links |
Join sections with | on |
---|---|
projects |
sections.project.gid = projects.gid sections.projects.gid = projects.gid |
tasks |
sections.project.gid = tasks.projects.gid sections.projects.gid = tasks.projects.gid |
stories |
sections.project.gid = stories.project.gid sections.projects.gid = stories.project.gid sections.gid = stories.new_section.gid sections.gid = stories.old_section.gid |
created_at DATE-TIME |
|||
gid STRING |
|||
name STRING |
|||
project OBJECT
|
|||
projects ARRAY
|
|||
resource_type STRING |
stories
The stories
table contains info about all stories within specified tasks in your Asana account.
Key-based Incremental |
|
Primary Key |
gid |
Replication Key |
created_at |
Useful links |
Join stories with | on |
---|---|
projects |
stories.project.gid = projects.gid stories.assignee.gid = projects.followers.gid stories.created_by.gid = projects.followers.gid stories.dependency.gid = projects.followers.gid stories.assignee.gid = projects.members.gid stories.created_by.gid = projects.members.gid stories.dependency.gid = projects.members.gid stories.assignee.gid = projects.owner.gid stories.created_by.gid = projects.owner.gid stories.dependency.gid = projects.owner.gid |
tasks |
stories.project.gid = tasks.projects.gid stories.task.gid = tasks.gid stories.assignee.gid = tasks.assignee.gid stories.created_by.gid = tasks.assignee.gid stories.dependency.gid = tasks.assignee.gid stories.assignee.gid = tasks.followers.gid stories.created_by.gid = tasks.followers.gid stories.dependency.gid = tasks.followers.gid |
sections |
stories.project.gid = sections.project.gid stories.project.gid = sections.projects.gid stories.new_section.gid = sections.gid stories.old_section.gid = sections.gid |
tags |
stories.tag.gid = tags.gid stories.assignee.gid = tags.followers.gid stories.created_by.gid = tags.followers.gid stories.dependency.gid = tags.followers.gid |
users |
stories.assignee.gid = users.gid stories.created_by.gid = users.gid stories.dependency.gid = users.gid |
portfolios |
stories.assignee.gid = portfolios.created_by.gid stories.created_by.gid = portfolios.created_by.gid stories.dependency.gid = portfolios.created_by.gid stories.assignee.gid = portfolios.members.gid stories.created_by.gid = portfolios.members.gid stories.dependency.gid = portfolios.members.gid stories.assignee.gid = portfolios.owner.gid stories.created_by.gid = portfolios.owner.gid stories.dependency.gid = portfolios.owner.gid |
teams |
stories.assignee.gid = teams.users.gid stories.created_by.gid = teams.users.gid stories.dependency.gid = teams.users.gid |
assignee OBJECT
|
||||||||||||||||||||||||||||||
created_at DATE-TIME |
||||||||||||||||||||||||||||||
created_by OBJECT
|
||||||||||||||||||||||||||||||
custom_field OBJECT
|
||||||||||||||||||||||||||||||
dependency OBJECT
|
||||||||||||||||||||||||||||||
duplicate_of OBJECT
|
||||||||||||||||||||||||||||||
duplicated_from OBJECT
|
||||||||||||||||||||||||||||||
follower OBJECT
|
||||||||||||||||||||||||||||||
gid STRING |
||||||||||||||||||||||||||||||
hearted BOOLEAN |
||||||||||||||||||||||||||||||
hearts
ARRAY
|
||||||||||||||||||||||||||||||
html_text STRING |
||||||||||||||||||||||||||||||
is_editable BOOLEAN |
||||||||||||||||||||||||||||||
is_edited BOOLEAN |
||||||||||||||||||||||||||||||
is_pinned BOOLEAN |
||||||||||||||||||||||||||||||
liked BOOLEAN |
||||||||||||||||||||||||||||||
likes
ARRAY
|
||||||||||||||||||||||||||||||
new_approval_status BOOLEAN |
||||||||||||||||||||||||||||||
new_date_value OBJECT
|
||||||||||||||||||||||||||||||
new_dates OBJECT
|
||||||||||||||||||||||||||||||
new_enum_value OBJECT
|
||||||||||||||||||||||||||||||
new_multi_enum_values ARRAY
|
||||||||||||||||||||||||||||||
new_name STRING |
||||||||||||||||||||||||||||||
new_number_value NUMBER |
||||||||||||||||||||||||||||||
new_people_value ARRAY
|
||||||||||||||||||||||||||||||
new_resource_subtype STRING |
||||||||||||||||||||||||||||||
new_section OBJECT
|
||||||||||||||||||||||||||||||
new_text_value STRING |
||||||||||||||||||||||||||||||
num_hearts INTEGER |
||||||||||||||||||||||||||||||
num_likes INTEGER |
||||||||||||||||||||||||||||||
old_approval_status STRING |
||||||||||||||||||||||||||||||
old_date_value OBJECT
|
||||||||||||||||||||||||||||||
old_dates OBJECT
|
||||||||||||||||||||||||||||||
old_enum_value OBJECT
|
||||||||||||||||||||||||||||||
old_multi_enum_values ARRAY
|
||||||||||||||||||||||||||||||
old_name STRING |
||||||||||||||||||||||||||||||
old_number_value NUMBER |
||||||||||||||||||||||||||||||
old_people_value ARRAY
|
||||||||||||||||||||||||||||||
old_resource_subtype STRING |
||||||||||||||||||||||||||||||
old_section OBJECT
|
||||||||||||||||||||||||||||||
old_text_value STRING |
||||||||||||||||||||||||||||||
previews
ARRAY
|
||||||||||||||||||||||||||||||
project OBJECT
|
||||||||||||||||||||||||||||||
resource_subtype STRING |
||||||||||||||||||||||||||||||
resource_type STRING |
||||||||||||||||||||||||||||||
source STRING |
||||||||||||||||||||||||||||||
sticker_name STRING |
||||||||||||||||||||||||||||||
story OBJECT
|
||||||||||||||||||||||||||||||
tag OBJECT
|
||||||||||||||||||||||||||||||
target OBJECT
|
||||||||||||||||||||||||||||||
task OBJECT
|
||||||||||||||||||||||||||||||
text STRING |
||||||||||||||||||||||||||||||
type STRING |
subtasks
The subtasks
table contains info about the subtasks associated with tasks in your Asana account.
Key-based Incremental |
|
Primary Key |
gid |
Replication Key |
modified_at |
Useful links |
assignee OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
assignee_status STRING |
||||||||||||||||||||||||||||||||||||||||||||||
completed BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
completed_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
completed_by OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
created_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
custom_fields ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
dependencies ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
dependents ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
due_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
due_on DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
followers ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
gid STRING |
||||||||||||||||||||||||||||||||||||||||||||||
hearted BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
hearts
ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
html_notes STRING |
||||||||||||||||||||||||||||||||||||||||||||||
is_rendered_as_separator BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
liked BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
likes
ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
memberships
ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
modified_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
name STRING |
||||||||||||||||||||||||||||||||||||||||||||||
notes STRING |
||||||||||||||||||||||||||||||||||||||||||||||
num_hearts INTEGER |
||||||||||||||||||||||||||||||||||||||||||||||
num_likes INTEGER |
||||||||||||||||||||||||||||||||||||||||||||||
num_subtasks INTEGER |
||||||||||||||||||||||||||||||||||||||||||||||
parent OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
permalink_url STRING |
||||||||||||||||||||||||||||||||||||||||||||||
projects ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
resource_subtype STRING |
||||||||||||||||||||||||||||||||||||||||||||||
resource_type STRING |
||||||||||||||||||||||||||||||||||||||||||||||
start_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
start_on STRING |
||||||||||||||||||||||||||||||||||||||||||||||
tags ARRAY |
||||||||||||||||||||||||||||||||||||||||||||||
workspace OBJECT
|
tags
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.
Key-based Incremental |
|
Primary Key |
gid |
Replication Key |
created_at |
Useful links |
tasks
The tasks
table contains info about the tasks in your Asana account.
Custom fields
To replicate task custom fields, select the custom_fields
attribute in Stitch. If your destination doesn’t natively support nested data structures, two subtables (tasks__custom_fields
, tasks__custom_fields__enum_options
) will be created.
Key-based Incremental |
|
Primary Key |
gid |
Replication Key |
modified_at |
Useful links |
Join tasks with | on |
---|---|
projects |
tasks.projects.gid = projects.gid tasks.assignee.gid = projects.followers.gid tasks.followers.gid = projects.followers.gid tasks.assignee.gid = projects.members.gid tasks.followers.gid = projects.members.gid tasks.assignee.gid = projects.owner.gid tasks.followers.gid = projects.owner.gid tasks.workspace.gid = projects.workspace.gid |
stories |
tasks.projects.gid = stories.project.gid tasks.gid = stories.task.gid tasks.assignee.gid = stories.assignee.gid tasks.followers.gid = stories.assignee.gid tasks.assignee.gid = stories.created_by.gid tasks.followers.gid = stories.created_by.gid tasks.assignee.gid = stories.dependency.gid tasks.followers.gid = stories.dependency.gid |
sections |
tasks.projects.gid = sections.project.gid tasks.projects.gid = sections.projects.gid |
tags |
tasks.assignee.gid = tags.followers.gid tasks.followers.gid = tags.followers.gid tasks.workspace.gid = tags.workspace.gid |
users |
tasks.assignee.gid = users.gid tasks.followers.gid = users.gid tasks.workspace.gid = users.workspaces.gid |
portfolios |
tasks.assignee.gid = portfolios.created_by.gid tasks.followers.gid = portfolios.created_by.gid tasks.assignee.gid = portfolios.members.gid tasks.followers.gid = portfolios.members.gid tasks.assignee.gid = portfolios.owner.gid tasks.followers.gid = portfolios.owner.gid tasks.workspace.gid = portfolios.workspace.gid |
teams |
tasks.assignee.gid = teams.users.gid tasks.followers.gid = teams.users.gid tasks.workspace.gid = teams.organization.gid |
workspaces |
tasks.workspace.gid = workspaces.gid |
approval_status STRING |
||||||||||||||||||||||||||||||||||||||||||||||
assignee OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
assignee_section OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
assignee_status STRING |
||||||||||||||||||||||||||||||||||||||||||||||
completed BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
completed_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
completed_by OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
created_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
custom_fields ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
dependencies ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
dependents ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
due_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
due_on DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
external OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
followers ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
gid STRING |
||||||||||||||||||||||||||||||||||||||||||||||
hearted BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
hearts
ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
html_notes STRING |
||||||||||||||||||||||||||||||||||||||||||||||
is_rendered_as_seperator BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
liked BOOLEAN |
||||||||||||||||||||||||||||||||||||||||||||||
likes
ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
memberships
ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
modified_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
name STRING |
||||||||||||||||||||||||||||||||||||||||||||||
notes STRING |
||||||||||||||||||||||||||||||||||||||||||||||
num_hearts INTEGER |
||||||||||||||||||||||||||||||||||||||||||||||
num_likes INTEGER |
||||||||||||||||||||||||||||||||||||||||||||||
num_subtasks INTEGER |
||||||||||||||||||||||||||||||||||||||||||||||
parent OBJECT
|
||||||||||||||||||||||||||||||||||||||||||||||
permalink_url STRING |
||||||||||||||||||||||||||||||||||||||||||||||
projects ARRAY
|
||||||||||||||||||||||||||||||||||||||||||||||
resource_subtype STRING |
||||||||||||||||||||||||||||||||||||||||||||||
resource_type STRING |
||||||||||||||||||||||||||||||||||||||||||||||
start_at DATE-TIME |
||||||||||||||||||||||||||||||||||||||||||||||
start_on STRING |
||||||||||||||||||||||||||||||||||||||||||||||
tags ARRAY |
||||||||||||||||||||||||||||||||||||||||||||||
workspace OBJECT
|
teams
The teams
table contains info about teams that belong to a specified user in your Asana account.
Full Table |
|
Primary Key |
gid |
Useful links |
Join teams with | on |
---|---|
projects |
teams.users.gid = projects.followers.gid teams.users.gid = projects.members.gid teams.users.gid = projects.owner.gid teams.organization.gid = projects.workspace.gid |
tags |
teams.users.gid = tags.followers.gid teams.organization.gid = tags.workspace.gid |
tasks |
teams.users.gid = tasks.assignee.gid teams.users.gid = tasks.followers.gid teams.organization.gid = tasks.workspace.gid |
users |
teams.users.gid = users.gid teams.organization.gid = users.workspaces.gid |
stories |
teams.users.gid = stories.assignee.gid teams.users.gid = stories.created_by.gid teams.users.gid = stories.dependency.gid |
portfolios |
teams.users.gid = portfolios.created_by.gid teams.users.gid = portfolios.members.gid teams.users.gid = portfolios.owner.gid teams.organization.gid = portfolios.workspace.gid |
workspaces |
teams.organization.gid = workspaces.gid |
description STRING |
|||
gid STRING |
|||
html_description STRING |
|||
name STRING |
|||
organization OBJECT
|
|||
permalink_url STRING |
|||
resource_type STRING |
|||
users ARRAY
|
|||
visibility STRING |
users
The users
table contains info about the users in your Asana account.
Full Table |
|
Primary Key |
gid |
Useful links |
Join users with | on |
---|---|
projects |
users.gid = projects.followers.gid users.gid = projects.members.gid users.gid = projects.owner.gid users.workspaces.gid = projects.workspace.gid |
tags |
users.gid = tags.followers.gid users.workspaces.gid = tags.workspace.gid |
tasks |
users.gid = tasks.assignee.gid users.gid = tasks.followers.gid users.workspaces.gid = tasks.workspace.gid |
stories |
users.gid = stories.assignee.gid users.gid = stories.created_by.gid users.gid = stories.dependency.gid |
portfolios |
users.gid = portfolios.created_by.gid users.gid = portfolios.members.gid users.gid = portfolios.owner.gid users.workspaces.gid = portfolios.workspace.gid |
teams |
users.gid = teams.users.gid users.workspaces.gid = teams.organization.gid |
workspaces |
users.workspaces.gid = workspaces.gid |
STRING |
||||||
gid STRING |
||||||
name STRING |
||||||
photo OBJECT
|
||||||
resource_type STRING |
||||||
workspaces ARRAY
|
workspaces
The workspaces
table contains info about the workspaces associated with your Asana account.
Full Table |
|
Primary Key |
gid |
Useful links |
email_domains
ARRAY |
gid STRING |
is_organization BOOLEAN |
name STRING |
resource_type STRING |
Related | Troubleshooting |
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.