Opened 12 years ago
Last modified 11 years ago
#10663 new enhancement
Support extra workflow operations
Reported by: | Guillaume Brocker | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWorkflowAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
It would be great to support additional operations done when changing state that may be provided by plugins like AdvancedTicketWorkflowPlugin.
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
comment:4 Changed 12 years ago by
Try to set the following in your trac.ini
. The operations would be shown in the workflow admin.
[workflow-admin] operations = del_owner, set_owner, set_owner_to_self, del_resolution, set_resolution, leave_status, set_owner_to_reporter, set_owner_to_component_owner, set_owner_to_field, set_owner_to_previous, set_status_to_previous, reset_milestone
comment:5 Changed 11 years ago by
I miss the possibility to select a fixed resolution for the operation set_resolution. I would like to have an action for a specific resolution, without the dropdown to select the resolution manually. For example, the action wont_fix should set the resolution to wont_fix This would make sense because at each ticket state, only a subset of resolutions is valid.
Perhaps this is already possible in textmode somehow?
Seconded.