--Noah
> New is a ticket state and has nothing to do with who owns the ticket. Please
> read TracWorkflow for more information on customizing ticket workflows.
I have read the workflow chapter including the part on workflow
customization. Unfortunately I couldn't find information that helps me
in stepping automatically from 'new' to 'assigned' when the 'assigned
to' field is filled. Could you point me to the section you referred to
in your answer?
Regards,
Stephan
There are a couple of hard-coded constraints to the workflow. In particular, tickets are created with status new, and tickets are expected to have a closed state. Further, the default reports/queries treat any state other than closed as an open state.
It sounds like I can use this plugin to start out immediately as unassigned or assigned? If I do that, does it go into unassigned state but with the default owner that Trac gives it (based on component)? Will this break the assumptions of Trac/timeline/plugins that assume that the first state for any ticket is "new" and key on that?
Jason
________________________________________
From: Stephen Moretti
This is interesting because what I have to do now is make the ticket (usually assigned to myself to keep from e-mailing other people), then reassign it to someone else, or in my custom workflow I have a state "unassigned," which is a signal for people to pick up new tasks in order of priority based on our current milestone (this is similar to agile sprints).
It sounds like I can use this plugin to start out immediately as unassigned or assigned? If I do that, does it go into unassigned state but with the default owner that Trac gives it (based on component)? Will this break the assumptions of Trac/timeline/plugins that assume that the first state for any ticket is "new" and key on that?
I found this interesting discussion about ticket workflow and initial
state, so I reply to it to keep sane google groups archives ;)
My following thought directs somewhat to Trac developpers.
I wonder whether http://trac-hacks.org/wiki/TicketCreationStatusPlugin
feature could be integrated into core Trac (I'm currently using Trac
0.11.4).
In my case this would lead to : person A creates a ticket and fills in
"assign to" to assign it to person B. So status would be updated
("assigned") as well as owner. I find this intuitive : the person who
creates a bug report has the right (in term of team management) to
assign it to some developper (for example in a small team), and then
could do it with only one save operation.
Do you think it is idiot ?
Barbara
On 30 sep 2008, 18:24, "Stephen Moretti" <stephen.more...@gmail.com>
wrote:
> 2008/9/30 Jason Winnebeck <jpw...@rit.edu>
>