How do we disable alerts/notification in RTC while creating new workitems (or) uploading deliverables

Hi
1. I would want to create new work items (by bulk uploading new deliverables). Each time I do the upload, the approvers and reviewers get email notifications. We would like to disable those notifications while creating the work items
2. Also, we would want to enable the notifications after the deliverables are successfully created because that will enable alerts to approvers and reviewers for specific action to take.
Is this possible?
Also, while reenabling the alerts, we do not want the stopped alerts (while creating work item) to flow back.
Kindly advise!
2 answers

Please see https://jazz.net/forum/questions/237111/temporarily-disabling-email-notifications-including-those-that-are-queued
If this is an update using the Plain Java Client Libraries 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.

Please see https://jazz.net/forum/questions/237111/temporarily-disabling-email-notifications-including-those-that-are-queued undertale yellow If this is an update using the Plain Java Client Libraries 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.
Thanks for your guide. It helps me a lot.