Chris,

you need to specify the operations in a comma delimited list

eg. resolve.operations = set_resolution, set_owner

Regards

Stephen

On 03/04/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>  Hey Everyone,
>
>  Just curious is there a way to associate more than a single operation
>  with an action in the trac workflow.
>
>  Currently my workflow for the resolve action looks like this :
>
>  resolve = new,assigned,accepted,reopened,ready for testing,more
>  information provided,failed testing -> closed
>  resolve.operations = set_resolution
>  resolve.permissions = TICKET_MODIFY
>
>  But in certain circumstances we would like to have the action perform
>  the set_owner operation also, obviously I tried just putting it in :
>
>  resolve = new,assigned,accepted,reopened,ready for testing,more
>  information provided,failed testing -> closed
>  resolve.operations = set_resolution
>  resolve.operations = set_owner
>  resolve.permissions = TICKET_MODIFY
>
>  Though as expected only the last operation stated in the workflow can
>  be performed by the action, just curious if there is a way of doing
>  this as I couldn't find any documentation suggesting it was possible.
>
>  Thanks In advance,
>  Chris
>
>  >
>


-- 
Stephen Moretti
Blog : http://nil.checksite.co.uk/
Twitter : http://twitter.com/mr_nil

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to