Notification
Task notifications is a helper object for configuring notifications by type and role in a task
Attribute | Type | Description | Nullable |
---|---|---|---|
type | String | Type of notification, available types CREATE - notify when task create CLOSE - notify when task close OVERDUE - notify when task becomes overdue RETURN - notify when task return to work UPDATE - notify when task is changed | false |
role | String | Type of role in task, available roles AUTHOR - author of task EXECUTOR - task executor OBSERVER - task observer MY_SHOP - tasks of my stores | false |
push | Boolean | Send push notifications | false |
Boolean | Send email notifications | false |