On 12.09.2018 12:33, Harold Alcalde Solarte wrote:
I found TicketReporterSubscriber but I dont know how to use for dont send emails to reporter when he creates a ticket.

El miércoles, 12 de septiembre de 2018, 12:29:53 (UTC+2), Harold Alcalde Solarte escribió:

     currently use trac 1.2.2 and the following plugins:
    TicketImport 0.9.0, TracDynamicFields 2.2.0dev,
    TracSubTicketsPlugin 0.5.4dev , TracWorkflowAdmin
    0.12.0.4,TracWysiwyg 0.12.0.7,TracXMLRPC 1.1.7dev.


    I want that when creating a ticket only the mail arrives to the
    user to whom the ticket was assigned. Currently, when I create a
    ticket, the email reaches the reporter as well. I have searched
    the trac notification documentation but I can not find that function.
    [notification-subscriber] always_notify_cc = CarbonCopySubscriber
    always_notify_previous_updater = TicketPreviousUpdatersSubscriber
    always_notify_updater = TicketUpdaterSubscriber
    always_notify_owner = TicketOwnerSubscriber



Have you tried this?

[notification-subscriber] ... never_notify_reporter = TicketReporterSubscriber never_notify_reporter.adverb = never https://trac.edgewall.org/wiki/TracNotification#SubscriberConfiguration

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to