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

# Asana

## 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](https://developers.asana.com/docs/oauth-scopes):

* `tasks:read`

Learn more about configuring scopes for your app in [Adding Integrations](/getting-started/adding-an-integration#create-a-developer-app).

## Synced Objects

Asana supports the following Synced Objects:

* [Tickets](/managed-sync/api/ticket-schema)

## Tickets

Send a request to [Enable Sync](/managed-sync/api/enable-a-sync) to start a ticket sync.

```json Example theme={null}
{
    "integration": "asana",
    "pipeline": "tickets",
    "configuration": {
      "projectGid": "1234567890"
    }
}
```

**Configuration options:**

<ParamField path="projectGid" type="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](/connect-portal/workflow-user-settings).
</ParamField>
