Interface TicketsSplitEvent

All Superinterfaces:
Event, TicketRelationChangedEvent, UserProvider

public interface TicketsSplitEvent extends TicketRelationChangedEvent, UserProvider
This event is triggered after tickets were manually split into separate processes by an agent or supervisor.
Since:
13.6
  • Method Details

    • getTicketSplitChanges

      Set<TicketSplitChange> getTicketSplitChanges()
      Returns a set of all ticket split changes. Each change provides information about the ticket and its previous process from before this split.
      Returns:
      the set of split changes
      Since:
      13.6