Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerAgentTicketCreateFormLinkObject

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerAgentTicketCreateFormLinkObject

Adds special functionality to the ticket create link object add from the service management.

PUBLIC INTERFACE

Just consume this role to add functionality to the ticket create form endpoints.

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

It modifies the ticket create form endpoints for the link object add handling which is coming from the service management.

Scroll to Top