How do I prevent workitem change email notifications?
![]() Is there any way to prevent the workitem change notification when updating a workitem via RESTful services?
|
2 answers
![]() I'm afraid there is no direct way to prevent it. The closest approach I can think of would be modifying the Mail Configuration for each user. In general, modifying work items programmatically on a schedule is a practice I would discourage. |
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jan 10 '17, 9:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER There is a solution for the Plain Java API since 6.0.3 https://jazz.net/wiki/bin/view/Main/SkipMailSaveParameter I am not sure if this is in any way available for the REST/OSLC API.
Comments Thanks.
|