Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementBusinessObjectTicketItemDetailDataGet

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementBusinessObjectTicketItemDetailDataGet – Adds ITSM functionality (Service Incident State data) to the business object ticket item detail data get function.

PUBLIC INTERFACE

Just consume this role to add ITSM functionality (Service Incident State data) to the business object ticket item detail data get function.

    with qw(
        Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementBusinessObjectTicketItemDetailDataGet
    )
Scroll to Top