-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: Bulk Operations
-
None
-
Severity 3 - Minor
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Bulk operations typically use a for loop to execute an action on each issue. After the action is performed, we read from the bean:
boolean sendMail = bulkEditBean.isSendBulkNotification();
this could be moved to the beginning of the method (before the for loop) to avoid inconsistencies if the bean is edited in another request.
Known operations affected:
- BulkDeleteOperation
- BulkEditOperation
- BulkWorkflowTransitionOperation
- relates to
-
JRACLOUD-14328 Bulk operations should read bulkEditBean.isSendBulkNotification once, not for each issue.
-
- Closed
-