Kernel::WebApp::Controller::API::Role::HandlesOTRSServiceBasedQueueRoutingTicketCreate

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesOTRSServiceBasedQueueRoutingTicketCreate – Adds special functionality to the ticket create and process.

PUBLIC INTERFACE

Just consume this role to add functionality to the ticket create and ticket process screen for the OTRSServiceBasedQueueRoutingTicketCreate package.

    with qw(
        Kernel::WebApp::Controller::API::Role::HandlesOTRSServiceBasedQueueRoutingTicketCreate
    )

It modifies the form schema and field handling of a ticket create and ticket process.

Scroll to Top