Temporarily disabling email notifications, including those that are queued
Greetings All,
- Disable email notifications from the Email Settings on JTS Admin page
- Change Advanced Properties settings as per the technote (we set the Task Fixed Delay to 300 and the Default Expiration to 60)
- Restart JTS and CM servers so that the new changes take effect
- Modify the work items as needed
- Wait PLENTY of time for the Scrub Task to run based on setting - we use 300 seconds (5 min) and wait at least 10-15 min before proceeding to next step
- Enable email notifications from the Email Settings on the JTS Admin page
- Wait a few minutes and check to see if RTC sent any emails for the work items we changed in step 4
Accepted answer
Double check and make sure that you've made changes in the CCM Advanced Properties page, not JTS (as in /ccm/admin, not /jts/admin).
2 other answers
If this is an update using the API, this can help https://jazz.net/wiki/bin/view/Main/SkipMailSaveParameter it is available since 6.0 Ifix 3. I put that into the work item command line as well.
FYI, for anyone else that faces this problem... We ended up going with an alternative solution.
We stood up a bogus SMTP server (using IIS on a Windows box). It's easy to do. It's a dead end SMTP server that basically dumps any email received into a folder on the filesystem.
We pointed the Rational Email Configuration to that bogus SMTP server, so that any email notifications from Rational would be sent there, instead of to the users.
After the work was done and the flood of emails was over, we switched back to our normal SMTP server.