Modify ↓
#2999 closed enhancement (fixed)
reset_previous_state
Reported by: | J Evan S | Owned by: | Eli Carter |
---|---|---|---|
Priority: | normal | Component: | AdvancedTicketWorkflowPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Right now I have:
requestinfo = new,open -> needsinfo_open requestinfo = assigned -> needsinfo_assigned requestinfo = failed -> needsinfo_failed provideinfo = needsinfo_open -> open provideinfo = needsinfo_assigned -> assigned provideinfo = needsinfo_failed -> failed
Does this (or something similar) seem possible?
requestinfo = new,open,assigned,failed -> needsinfo requestinfo.operations = set_owner_to_reporter provideinfo = needsinfo -> * provideinfo.operations = set_state_to_previous,set_owner_to_previous
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:3 Changed 17 years ago by
I should point out that the operation is called set_status_to_previous
.
Note: See
TracTickets for help on using
tickets.
Yes, it would be. And you provide a very convincing usecase for it.