How to Sync Labels in Asana

    How to Sync Labels in Asana

    This article describes how to synchronize labels (tags) between Asana and other systems.

    Labels in Asana: Labels are called "tags" in Asana and are used to categorize tasks and projects. Tags that don't exist will be automatically created during synchronization.

    Outgoing sync (Asana → Remote system)

    To send labels from Asana to the remote system:

    replica.labels = entity.labels

    Incoming sync (Remote system → Asana)

    To receive labels from the remote system and set them in Asana:

    entity.labels = replica.labels

    Add static labels

    You can add fixed tags based on conditions:

    entity.labels += nodeHelper.getLabel("Priority-High")

    More information

    Have more questions? Ask the community