diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-27 14:33:52 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-27 14:33:52 -0400 |
commit | b5b821fdbabdbd07fea98f90b4e29545eb7b3739 (patch) | |
tree | 90683e82a5615d56874be7ac5a880941c3a5ad24 /docs/notifications.markdown | |
parent | 1823430d13508fec5de39264bb4fe1224716def2 (diff) |
Update documentation
Diffstat (limited to 'docs/notifications.markdown')
-rw-r--r-- | docs/notifications.markdown | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/notifications.markdown b/docs/notifications.markdown new file mode 100644 index 00000000..f42c66cb --- /dev/null +++ b/docs/notifications.markdown @@ -0,0 +1,30 @@ +Notifications +============= + +Kanboard is able to send notifications through several channels: + +- Email +- Jabber/XMPP +- Hipchat +- Slack + +Actually, Jabber/Hipchat/Slack notifications are sent to a room or group channel because they are configured at the project level. +However, email notifications are sent to an individual. + +User notifications +------------------ + +Each user must enable the notifications in their profile: **User Profile > Email notifications**. It's disabled by default. + +You need of course a valid email address in you profile and the application must be configured to send emails. + + + +For each project your are member, you can choose to receive notifications for: + +- All tasks +- Only for tasks assigned to you +- Only for tasks created by you +- Only for tasks created by you and assigned to you + +You can also select only some projects, by default it's all projects where you are member. |