Is there way to provide name for status in workflow?

Like I have following workflow:

assign = new -> assigned
assign.operations = set_owner

start = new, reopened, assigned -> in_work
start.operations = set_owner_to_self

stop = in_work -> assigned
stop.operations = set_owner_to_self

When ever I select "start" in new, reopened or assigned ticket Trac will 
mark ticket "in_work". But it looks very disturbing in UI to have status 
"in_work". I rather would like to have display text like "In work" on 
"In progress". How I can do that?

Also I have resolve state defined like this:

resolve = new, reopened, assigned, in_work -> in_qa
resolve.operations = set_owner, set_resolution

In UI I get "resolve to [username] as [resolution]. next state..."

Even I change order of operations text stays same. I really would like 
to have it like "resolve as [resolution]. assign to [username]. next 
state...". Also same as first thing applies to "in_qa" text. I (and 
specially our qa people) rather would like to see "quality assurance" as 
a status...

-- 
Jani Tiainen

"Tein sein mihin näillä lahjoilla pystyin.
  Tein sen, en yhtään enempää." - Martti Servo & Napander


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