New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-10694
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: grace hensley
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Add administrative feature to de-select "Disable Mail Notification for Bulk Operations", by default.

Created: 27/Jul/06 03:54 PM   Updated: 01/Nov/06 12:35 AM
Component/s: Bulk Operations, Email integration
Affects Version/s: 3.6.2
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Dylan Etkin [Atlassian] and grace hensley
Since last comment: 2 years, 4 weeks, 4 days ago
Labels:


 Description  « Hide
You added some new functionality, "Disable Mail Notification for Bulk Operations", in which I can de-select a checkbox if I don't want an email to be sent when I change the issues. How can I administrate JIRA so that this setting is de-selected by default? Because the checkbox is at the bottom of the page, if I am changing a large dataset, it is easy to forget to de-select the checkbox.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 28/Jul/06 12:34 AM
Hi Grace,
Thanks for raising the Improvement request. As you mention you can not set the default via the UI but if you would like to do this for yourself you will need to change the following line in the includes/bulkedit/bulkedit-sendnotifications.jsp:

from:
<input type="checkbox" id="sendBulkNotificationCB" name="sendBulkNotification" value="true" checked></input>

to:
<input type="checkbox" id="sendBulkNotificationCB" name="sendBulkNotification" value="true"></input>

I hope this helps,
Dylan