Edgewall Software

Opened 7 years ago

Last modified 15 months ago

#12807 closed enhancement

Make it easier to customize the allowed owners for a ticket — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.3.2
Component: ticket system Version:
Severity: normal Keywords: workflow
Cc: Branch:
Release Notes:

The allowed ticket owners can be programmatically controlled by subclassing ConfigurableTicketWorkflow and overriding the get_allowed_owner method.

API Changes:

Added get_allowed_owners method to ConfigurableTicketWorkflow class, which returns the allowed ticket owners that will populate the assign-to select.

Internal Changes:

Description

I've been reviewing FlexibleAssignToPlugin and looking at how we can provide equivalent functionality in Trac. It appears it can be done by simply adding a get_allowed_owners method to ConfigurableTicketWorkflow. Users wishing to programmatically control the allowed ticket owners can subclass ConfigurableTicketWorkflow and override the method.

Change History (0)

Note: See TracTickets for help on using tickets.