diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
commit | 0371acff89b14b9bdcb03e72fd9637e26e6b517c (patch) | |
tree | f5878c9c07705379d137843cb8f92e3cdf7c20a8 /doc/en_US/notifications.markdown | |
parent | 3bf4789be255650b64f42231f41383cb13b65572 (diff) |
Move English documentation to folder en_US
Diffstat (limited to 'doc/en_US/notifications.markdown')
-rw-r--r-- | doc/en_US/notifications.markdown | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/en_US/notifications.markdown b/doc/en_US/notifications.markdown new file mode 100644 index 00000000..824ed7fd --- /dev/null +++ b/doc/en_US/notifications.markdown @@ -0,0 +1,46 @@ +Notifications +============= + +Kanboard is able to send notifications through several channels: + +- Email +- Web (List of unread messages) + +External plugins allow you to send notifications to Slack, Hipchat, Jabber or any chat system. + +Configuration +------------- + +Each user must enable the notifications in their profile: **User Profile > Notifications**. It's disabled by default. + +To receive email notifications you need a valid email address in your profile and the application must be configured to send emails. + +![Notifications](screenshots/notifications.png) + +You can choose your favorite notification method: + +- Emails +- Web (see below) + +For each project you are a 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 a member. + +Web notifications +----------------- + +Web notifications are available from the dashboard or from the icon at the top: + +![Web Notifications Icon](screenshots/web-notifications-icon.png) + +Notifications are shown in a list, so you can mark individual notification as read or everything. + +![Web Notifications](screenshots/web-notifications.png) + +In this way you can still get notified without having to receive emails. + |