Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementAgentTicketGet

Table of Contents

NAME

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

PUBLIC INTERFACE

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

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

It modifies the response of a ticket get endpoint.

Scroll to Top