Right now it appears that if I delete, update or change in anyway a scheduled report, all the recipients of the report get a notification. Is there a way to change it so that only the person who scheduled the report gets notified of changes?
I looked in scheduler.cf, but I wasn’t sure what I would need to change.
You could then implement a custom notification routine by writing a script that implements the hooks net.datenwerke.scheduler.service.scheduler.hooks.SchedulerInfoHook and net.datenwerke.scheduler.service.scheduler.hooks.SchedulerInfoHook. If you go this route take a look at net.datenwerke.rs.incubator.service.schedulernotification.SchedulerNotificationHooker which contains the logic for the current notifications.
That’s not ideal, and adding hooks seems way to complicated. Would be great if the disabled attribute could be applied to any section under notification. Another solution would be to be able to specify who receives the notification
i.e. recipient, owner, all or by OU/UserGroup