Hi, Thanks again for your response.
I actually had the configuration in my trac.ini file but somehow it was not displaying as "assigned to" in the ticket. I did add few other actions and created the workflow from scratch again testing each action which finally worked. I am actually asked to make multiple modifications to the ticket report so for every new change I am changing the ticket workflow which is messing up. I now created the workflow based on all the changes requested. Thanks, On Tuesday, February 11, 2014 2:47:59 PM UTC-5, RjOllos wrote: > > On Tuesday, February 11, 2014 11:34:01 AM UTC-8, Soha wrote: >> >> Thanks alot defining this leave option worked. >> >> Another issue is that when I create a new ticket I see the field Owner >> with a drop down list of all trac users . I am wondering about how this is >> being populated as am not finding its configuration in trac.ini. >> > > It is populated from all the users with an authenticated sessions and > TICKET_MODIFY. > > >> I see this owner field only when a new ticket is being created but not >> after the ticket is created. I need this option to be available for all the >> phases of ticket. >> > > You'll need to add the action.operations = set_owner to an action that > transitions from new. For example. > > assign = new -> assigned > assign.operations = set_owner > > To your previous question about the list of owners, you can restrict the > possible owners using the clumsily-named field "set_owner": > assign.set_owner = soha, ethan, joe > > As an attempt I tried defining an action "Assigned to" in the ticket >> workflow but am not able to define a text field or drop down menu just as >> owner field. Can you please help me assist in this. >> > > If I've answered your questions well and you have a good understanding > now, and if you find the documentation is lacking, please feel free to > improve it: > > http://trac.edgewall.org/wiki/TracWorkflow#BasicTicketWorkflowCustomization > -- 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/groups/opt_out.
