Edgewall Software
Modify

Opened 7 years ago

Last modified 7 months ago

#12809 new enhancement

Add set_owner_default attribute to specify default value of set_owner in ticket-workflow

Reported by: Jun Omae Owned by:
Priority: normal Milestone: next-stable-1.6.x
Component: ticket system Version:
Severity: normal Keywords: workflow
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

set_owner attribute in ticket-workflow currently uses req.authname for the default value. It would be useful to specify any username, reporter, previous owner or component owner. That is inspired by th:AdvancedTicketWorkflowPlugin.

action.set_owner_default = <reporter> Ticket's reporter
action.set_owner_default = <previous> Previous owner
action.set_owner_default = <component-owner> Component's owner
action.set_owner_default = username Any username

I implemented it via IRequestFilter.post_process_request with Trac 1.0.x.

Attachments (0)

Change History (3)

comment:1 by Ryan J Ollos, 7 years ago

Keywords: workflow added

Similar to #11856 and previously request in #10913.

Last edited 7 years ago by Ryan J Ollos (previous) (diff)

comment:2 by Ryan J Ollos, 4 years ago

Milestone: next-stable-1.2.xnext-stable-1.4.x

comment:3 by Ryan J Ollos, 7 months ago

Milestone: next-stable-1.4.xnext-stable-1.6.x

Milestone renamed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.