Asana Configuration Guides

Articles

How to Sync Comments in Asana
Learn how to sync comments in Asana using Exalate. Get script examples for stripping HTML for outgoing sync and merging comments for incoming sync.
How to sync Assignee in Asana
Learn how to sync the assignee field in Asana using Exalate. Get script examples for replica.assignee and nodeHelper.getUserByEmail to automate task assignments.
How to configure triggers in Asana
Learn how to configure triggers in Asana using Exalate. Get examples for filtering tasks by project, assignee, and tags, plus syntax rules for search queries.
How to Sync Custom Fields in Asana
Learn how to sync custom fields in Asana using Exalate. Get script examples for text, number, date, select, and people fields with syntax for outgoing and incoming rules.
How to Sync Status in Asana
Learn how to sync task status in Asana using Exalate. Get script examples for mapping Asana completion status (completed/incomplete) with Jira or other platforms.
How to Sync Attachments in Asana
Learn how to sync attachments in Asana using Exalate. Get script examples for replica.attachments and filtering files by size or type for automated synchronization.
How to Sync Tasks in Asana
Learn how to sync Asana tasks using Exalate. Get script examples for mapping task summary, description, and status between Asana and your remote system.
How to Create Projects in Asana
Learn how to create projects in Asana using Exalate. Get script examples for defining project name, team, and workspace to automate your project-level sync.
How to Sync Projects in Asana
Learn how to sync projects in Asana using Exalate. Get script examples for mapping project summary, description, status, and custom fields between Asana and your remote system.
How to Sync Parent-Child Tasks in Asana
Learn how to sync parent-child task relationships (subtasks) in Asana using Exalate. Get script examples for establishment of hierarchy and handling missing parents.
Understanding Cascading Sync Behavior in Asana
Learn about cascading sync behavior in Asana with Exalate. Understand why updating a project triggers sync events for all related tasks to maintain data integrity.
How to Sync Labels in Asana
Learn how to sync labels (tags) in Asana using Exalate. Get script examples for replica.labels and nodeHelper.getLabel to automate tag synchronization between platforms.
How to Sync Due Dates in Asana
Learn how to sync due dates in Asana using Exalate. Get script examples for replica.due to automate deadline synchronization between tasks and projects.
How to Sync Multiple Projects in Asana
Learn how to sync tasks across multiple projects in Asana using Exalate. Get script examples for comma-separated project assignments for cross-functional workflows.
How to Sync Rich Text and HTML Between Asana and Other Systems
Learn how to sync rich text and HTML between Asana and systems like Jira or Azure DevOps using Exalate. Get script examples for stripping HTML or converting it to Markdown.
How to Sync Milestones in Asana
Learn how to sync milestones in Asana using Exalate. Get script examples for replica.milestone to automate milestone tracking between platforms.