Edgewall Software

Changes between Initial Version and Version 5 of Ticket #12807


Ignore:
Timestamp:
Apr 25, 2020, 9:04:31 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12807

    • Property Status assignedclosed
    • Property Component generalticket system
    • Property Keywords workflow added
    • Property Resolutionfixed
  • Ticket #12807 – Release Notes

    initial v5  
    1 The allowed ticket owners can be programmatically controlled by subclassing `ConfigurableTicketWorkflow` and overriding the `get_allowed_owner` method.
  • Ticket #12807 – API Changes

    initial v5  
    1 Added `get_allowed_owners` method to `ConfigurableTicketWorkflow` class, which returns the allowed ticket owners that will populate the assign-to select.
     1Added `get_allowed_owners` method to `ConfigurableTicketWorkflow` class, which returns the allowed ticket owners that will populate the assign-to select. The allowed ticket owners can be programmatically controlled by subclassing `ConfigurableTicketWorkflow` and overriding the `get_allowed_owner` method.