[Trac] Re: How to use actionname.set_owner?

2009-10-06 Thread marten

that did it.

Thanks!

On Oct 5, 3:20 am, Chris Heller chris.heller.greysparl...@gmail.com
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 marten.nel...@gmail.com 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 received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: How to use actionname.set_owner?

2009-10-05 Thread Chris Heller
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 marten.nel...@gmail.com 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 received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: How to use actionname.set_owner?

2009-10-05 Thread yoheeb

On Oct 5, 4:20 am, Chris Heller chris.heller.greysparl...@gmail.com
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 marten.nel...@gmail.com 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 trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---