Notification Subscription
Operators and Users need to be able to manage subscriptions of the different kinds of notification channels and corresponding events. Therefore, we are implementing the possibility to configure this service.
On the level of security systems, operators can configure the default settings of notification subscriptions in the ivy.yaml
file or over a UI in the Engine Cockpit, while users will be able to override these settings as they please. By now, configuration of security systems has been implemented, while configuration on user level is still pending.
Audience
- Axon Ivy Operators
- Axon Ivy Users
Value
- Configurable subscriptions of different notification channels.
- WHERE (Channels) do I want to receive WHAT (Events) kinds of notifications.
Version
Discussion
Next steps
- Implement configuration on user level
Screenshots / Code
SecuritySystems:
default:
Notification:
Channels:
web:
Enabled: 'true'
Events:
AllKinds: 'disabled'
Kinds: new-task
mail:
Enabled: 'false'
Events:
AllKinds: 'enabled'
Kinds: ''
