Discussion:
[Trac-dev] Modifying notification levels
Logan Anderson
2017-12-18 17:31:09 UTC
Permalink
Hey guys,

I have a few users in my org who are requesting a reduced default notification level but Im not 100% certain Im following exactly what I need to change. In particular I would like to start by removing notifications to CC list when someone adds a subticket.

These are my current settings in trac.ini:

[notification-subscriber]
always_notify_cc = CarbonCopySubscriber
always_notify_owner = TicketOwnerSubscriber
always_notify_previous_updater = TicketPreviousUpdatersSubscriber
always_notify_updater = TicketUpdaterSubscriber




In particular in the prefs page I would like to remove " Notify: Ticket that I'm listed in the CC field is modified " as a default on all users.
--
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-dev+***@googlegroups.com.
To post to this group, send email to trac-***@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-dev.
For more options, visit https://groups.google.com/d/optout.
Peter Suter
2017-12-18 22:02:09 UTC
Permalink
Hi,
Post by Logan Anderson
Hey guys,
I have a few users in my org who are requesting a reduced default
notification level but Im not 100% certain Im following exactly what I
need to change. In particular I would like to start by removing
notifications to CC list when someone adds a subticket.
(I'm not sure what you mean by "subticket" here.)
Post by Logan Anderson
[notification-subscriber]
always_notify_cc = CarbonCopySubscriber
always_notify_owner = TicketOwnerSubscriber
always_notify_previous_updater = TicketPreviousUpdatersSubscriber
always_notify_updater = TicketUpdaterSubscriber
In particular in the prefs page I would like to remove "Notify: Ticket
that I'm listed in the CC field is modified" as a default on all users.
Try removing the line:
always_notify_cc = CarbonCopySubscriber

This should remove the default. (But users are still allowed to add
their own rule regarding the CC field.)
Does that achieve your goal?
--
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-dev+***@googlegroups.com.
To post to this group, send email to trac-***@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-dev.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...