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.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.