On second thought, approaching the desired behavior by way of a ticket property is not going to work. This method would be permanently attached to the ticket, and would not provide a flexible enough platform for a workflow notification condition.
On Wed, Aug 6, 2014 at 3:50 PM, Jared Bownds <[email protected]> wrote: > Here is an example of the direction I'm headed. > > > [ticket]workflow = TicketWorkflowNotifier > > > *[ticket-custom]* > > *silence_email = checkbox > silence_email.label = Silence Email > silence_email.options = > silence_email.order = 7 > silence_email.value = 0* > > > > > > On Wed, Aug 6, 2014 at 1:27 PM, Jared Bownds <[email protected]> > wrote: > >> Hi Ethan, >> >> Thanks for contributing to the conversation. Are you suggesting the >> following workflow configuration (see [ticket]) to achieve the desired >> result? I could use some suggestions on how to emulate the existing >> behavior offered by Trac, eg. continuing to utilize >> ticket_email_plaintext.txt for specific email conditions >> >> In summary, If you were to implement this feature for yourself — how >> would you address it from a workflow configuration standpoint — in the >> context of replacing Trac's default notification workflow? >> >> [ticket]workflow = TicketWorkflowNotifier >> >> >> >> >> >> >> >> On Wed, Aug 6, 2014 at 10:38 AM, Ethan Jucovy <[email protected]> >> wrote: >> >>> On Wed, Aug 6, 2014 at 1:25 PM, Jared Bownds <[email protected]> >>> wrote: >>> >>>> http://trac-hacks.org/ticket/5495 >>>> >>>> I'd like to visit this feature request. I admit I do not have an >>>> initiate understanding of the ticketing system, but from the surface it >>>> seems quite trivial to simply mute emails - this behavior could even be >>>> hidden from users without the appropriate permissions. In terms of desired >>>> behavior, add a button called "Silent Submit" next to the "Submit Changes" >>>> button that would mute any form of notification from being sent. Instead >>>> of considering a full blown plugin, perhaps there is a hacky way to do it >>>> until AnnouncerPlugin is integrated? >>>> >>> >>> The Workflow Notification Plugin ( >>> http://trac-hacks.org/wiki/WorkflowNotificationPlugin) can address this >>> -- you'd just need to swap out the default notification system and replace >>> it with this plugin's version for all notifications to make it work >>> properly. Once that's done, though, there are several ways you could >>> configure this behavior using the plugin. >>> >>> -Ethan >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Trac Users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/trac-users/N72FBxcd8js/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/trac-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> >> Jared Bownds >> >> c. 916-224-2324 >> e. Jared.Bownds@g <[email protected]>mail.com >> >> > > > -- > > Jared Bownds > > c. 916-224-2324 > e. Jared.Bownds@g <[email protected]>mail.com > > -- Jared Bownds c. 916-224-2324 e. Jared.Bownds@g <[email protected]>mail.com -- 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
