Skip to main content
Version: 1.21.3

View Form Urgency Field Editor Widget

The View Form Urgency Field Editor widget is a portal widget, in which the caller can see current ticket Urgency and edit it.

note

The Urgency can only be changed if the ticket state is Registered, Assigned, Authorization, In progress, Information needed, Postponed, External processing.

You can specify if the phone number and the warning message should be displayed. You can also edit the texts and translations for the widget.

This widget is related to the Urgency column of the the Incidents (itsm_incident) and Requests (itsm_request) tables and the tables extended from them.

Widget appearance


  1. A tooltip that contains the definition of urgency.
  2. Current ticket urgency.
  3. The button that allows users to change the ticket urgency.

Click Change to set a new value for the ticket urgency.

If the Very high option is selected, a warning message appears:

Specify the phone number in the system property itsm.notification.contact.phone.

Add widget to a portal page


To place a widget on a portal page, use the Widget Instances (sys_widget_instance) table. These elements define a specific location of widgets according to the portal column specified, and customize the widget options with the option schema.

To configure widget displaying, complete the steps below:

  1. Navigate to Portal Structure → Widget Instances.
  2. Click New to create a new widget instance record.
  3. Fill in the fields.
  4. Select the View Form Urgency Field Editor in the Widget field.
  5. Enter the widget options in JSON in the Schema option values field.
  6. Specify Order, select the Active and Public checkboxes.
  7. Click Save or Save and exit to apply the changes.

Schema option values of View Form Urgency Field Editor widget

OptionDescriptionAvailable options
phoneSpecify if the phone number should be displayed when the Urgency is set to Very high.true, false
isShowWarningSpecify if the warning message should be displayed when the Urgency is set to Very high.true, false
sourceMessageSpecify the source message displayed in the warning message before the phone number.
  • To change the translations, add Custom warning message for urgency widget
  • To use the default message, add Сontact us in any available way to confirm the information
Schema option values example
{"phone": "true", "isShowWarning": "true", "sourceMessage": "Custom warning message for urgency widget"}