Create a new case

Fields with an asterix are required.
Access to the case can be granted to other users once the case is created. Users pertaining to the customer will be able to see the case by default.
{{ form.hidden_tag() }}
{{ form.case_customer(class="selectpicker form-control") }}
Case name *
{{ form.case_name(class="form-control", type="text") }}
{{ form.case_template_id(class="selectpicker form-control", data_actions_box="true") }}
{{ form.classification_id(class="selectpicker form-control") }}
Short description *
{{ form.case_description(class="form-control", type="text") }}
SOC ticket ID
{{ form.case_soc_id(class="form-control", type="text") }}
{% if attributes and attributes|length > 0 %}

    {% for ca in attributes %}
  • {{ca}}
  • {% endfor %}

{% set is_case_page = True %} {% include 'modals/modal_attributes_tabs.html' %}
{% endif %}