I'm sure many have been through the nightmare it is to realise you have just sent 1000 emails when you forget to unclick the Notify All box when performing a Bulk Change.
Is there a way to change this feature and make the default an unchecked box?
... but I've performed similar 'tricks' and this one looks like it can work.
Hi!
Add this to the Announcement Banner under "System" in the Admin Settings.
<script> // Uncheck bulk edit notificationwindow.onload = function () { var box = document.getElementById("sendBulkNotificationCB"); if(box){ box.checked = false; } } </script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By the way, it's not my solution, I've just copy-pasted it from here:
https://jira.atlassian.com/plugins/servlet/mobile#issue/JRASERVER-19644
Should it work, many thanks will go to @Thorben
:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Grigory, thank you for your help. Is this solution for Cloud? I don't see the Announcement Banner under System.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Fernanda Moreno!
I'm sorry, I haven't noticed the "Cloud" tag. No, this is not available for Cloud yet.
My bad.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.