-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
1.2.0-rc9
-
False
-
-
False
-
-
Description of the problem:
When broadcastConfig is set to 'config' the user executing the workflow doesn't receive an email notification. This could be by design. This ticket is to discuss it.
Below is a snip of the dynamic-plugins cm notifications pluginConfig with broadcastConfig: 'config' and receiverEmails: ['somevalidemail1', 'somevalidemail2'], In this case, only the users listed in the receiverEmails list will receive emails, if the user executing the workflow is not in that list then they won't receive an email notification even if the email notifications are enable in the pluginConfig:
How reproducible:
100%
Steps to reproduce:
1. Configure notifications plugin with broadcastConfig: 'config'
2. set receiveEmails where user email is not the list
3. run workflow with recipient user that has email configured
Actual results:
User executing the workflow doesn't receive email notification
Expected results:
User executing the workflow receives email notification if email notifications are enabled
- is related to
-
FLPATH-998 Port Janus Notifications to the Backstage upstream
- ON_QA