On Oct 5, 4:20 am, Chris Heller <[email protected]> wrote: > You need to have actionname.operations = set_owner. That is what will make > actionname.set_owner = user go into effect. > > On Sun, Oct 4, 2009 at 1:39 AM, marten <[email protected]> wrote: > > > I have a custom action in a workflow and when it's performed, I want > > to ticket owner to be set to a specific user. > > > I added to trac.ini > > > actionname.set_owner = user > > > (where user is the person's trac username) > > > However, when I use the action, the ticket owner isn't changed. > > > Any ideas what I'm doing wrong? > > > Thanks, > > Marten
You might also want to look at the AdvancedTicketWorkflow plugin and related for other similar behaviors (such as set_owner_to_previous) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
