Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementAgentTicketCreateFormLinkObject

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementAgentTicketCreateFormLinkObject – Adds link object functionality to the create ticket screen.

PUBLIC INTERFACE

Just consume this role to add the link object add functionality to a ticket.

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

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

Scroll to Top