
| Key: |
JRA-10694
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
grace hensley
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
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