Asana
Trigger: Task Updated
appKey:
asana
triggerKey:
taskChanged
Trigger Inputs
The following parameters are available when configuring this trigger:
fieldIdsarray
When filtering by field type, a list of fields which will be used to filter issue updates. If none are selected, any field update will trigger the action.
Note: Custom fields will be dynamically loaded from a user's account.. Accepted known values:
- sectionChanged (Status Update)
- commentAdded (Comment Created)
- commentChanged (Comment Changed)
- commentRemoved (Comment Removed)
- completed (Completed)
- completedAt (Completed At)
- assignee (Assignee)
- startOn (Start On Date)
- dueOn (Due On Date)
- notes (Notes)
- dependencies (Dependencies)
- likes (Likes)
- name (Name)
filterByFieldsboolean
If true, only tasks with changes matching the selected fields will trigger an action.
Event Paremeters
The following properties can be referenced when an event occurs:Property | Label | Type |
---|---|---|
taskName | Task Name | string |
taskId | Task Id | string |
taskDescription | Task Description | string |
taskDueDate | Task Due Date | string |
taskFollowers | Task Followers | string |
commentText | Comment Text | string |
commentCreatedAt | Comment Created At | string |
commentAuthorId | Comment Author Id | string |
status | Status | string |
commentCreatedByName | Comment Created By Name | string |
commentId | Comment Id | string |
commentIsEdited | Comment Is Edited | string |
commentLiked | Comment Liked | string |
commentIsPinned | Comment Is Pinned | string |