Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementAgentTicketForms

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesIncidentProblemManagementAgentTicketForms – Adds ITSM functionality to the create ticket screen or actions.

PUBLIC INTERFACE

Just consume this role to add ITSM functionality (Priority calculation with the Criticality Impact Priority Matrix) to a ticket.

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

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

Scroll to Top