#10334 closed defect (fixed)
using TicketWorkflowOpTriage never worked
Reported by: | Owned by: | Eli Carter | |
---|---|---|---|
Priority: | high | Component: | AdvancedTicketWorkflowPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
I had followed wiki:AdvancedTicketWorkflowPlugin#Example to use TicketWorkflowOpTriage, but it doesn't work.
This is a part of my trac.ini:
type = new -> * type.name = type distribution type.operations = triage type.triage_field = type type.triage_split = bug -> bug_new, improvement -> improvement_new, question -> question_new question_answer = question_new -> question_answer question_answer.operations = set_owner question_answer.permissions = TICKET_MODIFY
even though i selected the radio button of "type distribution", the step never go on. it still "new". i expect the trac should go to next step "question_answer".
the necessary option for useing TicketWorkflowOpTriage is already done.
what am i missing now?
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
It appears to be stated on the wiki page (AdvancedTicketWorkflowPlugin#Example: The individual controller name is listed in parenthesis after the operation name in the documentation section below.), but perhaps the steps could be more clear. If you see a way to do that, please do! It's a community-based wiki and we want the community to be improving it based on their experiences :)
i found what I'm missing.
the TicketWorkflowOpTriage option should be under
[ticket]
workflow like below.but i couldn't find this announcment from the web page AdvancedTicketWorkflowPlugin.