Skip to main content

Required Scopes

To configure a Sync for Asana, you need to request the following scopes from your Asana OAuth application:
  • default
If you are using granular OAuth scopes:
  • tasks:read
Learn more about configuring scopes for your app in Adding Integrations.

Synced Objects

Asana supports the following Synced Objects:

Tickets

Send a request to Enable Sync to start a ticket sync.
Example
{
    "integration": "asana",
    "pipeline": "tickets",
    "configuration": {
      "projectGid": "1234567890"
    }
}
Configuration options:
projectGid
string
required
The GID of the Asana project to sync tasks from. You can find this in the URL when viewing a project in Asana, or prompt your users to select a project from Connect Portal User Settings.