How to tag work item "silently" (without Email Notification)?
![]() Tagging of work items is a quite powerful instrument.
|
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Oct 10 '17, 5:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Oct 10 '17, 6:26 a.m. Ralf, there is nothing like "uninteresting" and how should an algorithm know anyway or which user is interested or not?
The API allows to avoid sending notifications altogether e.g. to allow silent updates. See https://jazz.net/wiki/bin/view/Main/SkipMailSaveParameter in 6.0.3 and beyond.
You could create a mechanism that does not notify anyone. https://rsjazz.wordpress.com/2017/03/29/the-work-item-command-line-is-now-open-source/ has that built in as a flag.
Ralf Flechsig selected this answer as the correct answer
Comments I don't expect an "algorithm" to detect/handle that.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Ralf, the option is all or nothing and it can only be used by automation/extensions you write.
The normal UI and functionality does not provide this option at all.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Adding a "silent save" option would certainly be a reasonable enhancement request. Please feel free to submit it. |