-
Bug
-
Resolution: Fixed
-
Low
-
2.2, 3.2.5, 3.4.0
-
Severity 3 - Minor
-
11
-
Summary
JIRA Service Desk notifications to customers are sent when a bulk operation is performed despite "Send mail for this update" being unchecked.
Steps to Reproduce
- Create a few issues in a Service Desk Project;
- Run a simple filter to retrieve these issues;
- Run a bulk edit operation, to transition these issues and uncheck the "Send mail for this update" box.
Expected Results
No notifications should be sent
Actual Results
On the final move screen a message appears: "Email notifications will NOT be sent for this update."
Notifications are still sent to customers
Workaround
There is no proper workaround for this issue, though there are 2 options available:
- Shortly disable the outgoing mail server, however this might also impact any other events that require notifications from JIRA.
- Shortly disable Service Desk notifications. This is less intrusive than option 1 however could still impact notifications on other events than the bulk operation.
- is duplicated by
-
JSDSERVER-4522 Disabling "Send mail for this update" option on Bulk operations does not prevent Service Desk notifications from being send
-
- Closed
-
- was cloned as
-
TESLA-951 Failed to load
Form Name |
---|
Hi mike315036612
Yes, the SerivceDeskCommentEvent will include a new method
boolean isSendMail()
that indicates whether mail is expected to be sent or not.
This will be in the version of Service Desk that is released along with JIRA 7.4.0. Currently it is planned to be 3.6.0.
Regards
Matt