Enable or disable Mail for custom users from a specific Project Area
Hello,
I have the following questions:
1. Is possible to edit the Mail notification in a specific Project Area for a user/my user ?
I tried to turn off the Email notification from a Project Area, but that took a global effect, in every Project Area.
2. Is there any way to programmatically enable or disable the Mail notification for my user/custom users ?
Thank you !
1. Is possible to edit the Mail notification in a specific Project Area for a user/my user ?
I tried to turn off the Email notification from a Project Area, but that took a global effect, in every Project Area.
2. Is there any way to programmatically enable or disable the Mail notification for my user/custom users ?
Thank you !
One answer
- E-Mail notification is controlled in the user profile by the user on a server level. AFAIK it is mostly not controlled on project area level.
- No, there is no programmatically way to achieve this, except maybe to change the global settings above. Programmatically, when using the EWM Plain Java Client Libraries, it is possible to suppress notification generation for work item update operations. See https://jazz.net/wiki/bin/view/Main/SkipMailSaveParameter available since 6.0 Ifix.
- Other approaches that are possible: https://rsjazz.wordpress.com/2016/06/29/the-rtc-mail-filtering-problem/