Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementAgentTicketCreateLinkObject

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementAgentTicketCreateLinkObject – Adds ITSM functionality (Service Incident State data) to the ticket create endpoints.

PUBLIC INTERFACE

Just consume this role to add ITSM functionality (Service Incident State data) to a ticket create endpoints.

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

Handles the link object data for the ticket create endpoint.

Scroll to Top