|
|
|
The workaround for sending notifications for issues with certain priority, wouldn't this customization apply to all projects then? Meaning all of our projects would adhere to only sending notifications of the priority level I specified and would not allow me to customize by project? Just trying to understand the impact of the workaround you offered and if it really suits our needs. Our ideal functionality is allow some projects customize their notifications (and the events configured in it) to only notify if the issue priority is of a certain level where as other projects will want to receive notifications for all issues regardless of priority level.
IssueMailQueueItem could be modified to take the issue's project into account when sending the notification. I think the proper solution here is for the notification rules to be scriptable, and determined entirely by the user's business rules. That is addressed in the following issue:
This issue is, I think in part, addressed by the ability to suppress email notifications on a bulk edit. See JRA-10962.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
To only send notifications for issues with certain priority one can modify com.atlassian.jira.mail.IssueMailQueueItem or the MailListener. This of course is a temporary work around. Please vote for this issue if you would like JIRA's notification schemes to be configurable based on priorioty.