Create Asana task when Motion task completes
This trigger fires every time a task is marked complete in your Motion account.
Developer info
- API endpoint slug
- motion.task_completed
Trigger fields
Project Dropdown list
- Label
- Which project?
- Helper text
- Only fire for tasks in this project. Leave blank for all projects.
- Slug
- project
- Required
- true
- Can have default value
- false
Assignee Dropdown list
- Label
- Assignee
- Helper text
- Only fire for tasks assigned to this person. Leave blank for anyone.
- Slug
- assignee
- Required
- true
- Can have default value
- false
Ingredients
Task The unique ID of the task.
- Slug
- task_id
- Filter code
- Motion.taskCompleted.TaskId
- Type
- String
- Example
- aBcD1234
Task name The name of the task.
- Slug
- task_name
- Filter code
- Motion.taskCompleted.TaskName
- Type
- String
- Example
- Draft Q3 roadmap
Description The task description.
- Slug
- description
- Filter code
- Motion.taskCompleted.Description
- Type
- String
- Example
- Outline the key initiatives for Q3.
Status The current status of the task.
- Slug
- status
- Filter code
- Motion.taskCompleted.Status
- Type
- String
- Example
- Completed
Priority The task priority (ASAP, HIGH, MEDIUM, LOW).
- Slug
- priority
- Filter code
- Motion.taskCompleted.Priority
- Type
- String
- Example
- HIGH
Due date When the task was due.
- Slug
- due_date
- Filter code
- Motion.taskCompleted.DueDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Completed at When the task was completed.
- Slug
- completed_at
- Filter code
- Motion.taskCompleted.CompletedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Assignees Comma-separated names of the task assignees.
- Slug
- assignees
- Filter code
- Motion.taskCompleted.Assignees
- Type
- String
- Example
- Jane Doe, John Smith
Labels Comma-separated labels on the task.
- Slug
- labels
- Filter code
- Motion.taskCompleted.Labels
- Type
- String
- Example
- urgent, roadmap
Project name The name of the task's project.
- Slug
- project_name
- Filter code
- Motion.taskCompleted.ProjectName
- Type
- String
- Example
- Product Planning
Workspace name The name of the task's workspace.
- Slug
- workspace_name
- Filter code
- Motion.taskCompleted.WorkspaceName
- Type
- String
- Example
- Product Team
Created at When the task was created.
- Slug
- created_at
- Filter code
- Motion.taskCompleted.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
