Modify ↓
#5427 closed enhancement (wontfix)
Add a operation to simple_workflow.py - back_to_reporter
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | workflow |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Add a back_to_reporter operation that gives the ownership back to the reporter in the case when a reporter must provide additional information.
elif operation == 'set_owner_to_reporter': # Set the owner to the reporter if ticket['reporter']: updated['owner'] = ticket['reporter'] else: raise TracError('Failed to find reporter for ticket.' % (ticket['reporter']), 'Invalid Operation')
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Milestone: | 0.11.1 |
---|
Note:
See TracTickets
for help on using tickets.
wiki:AdvancedTicketWorkflowPlugin provides the
set_owner_to_reporter
operation, along with a number of others.