You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The View Form Urgency Field Editor widget is a portal widget that provides information about the current ticket Urgency and a mechanism for editing the Urgency field of the tickets on the portal. The adminisrator can select if phone number and warning should be visible, and change translations of the the widget.

This widget is related to the urgency column of the itsm_incident and itsm_request tables. It is also available for the tables extended from itsm_incident and itsm_request tables.


Widget appearance


  1. Tooltip that explains the funcionality of Urgency to the user. 
  2. Current ticket urgency.
  3. The button that allows users to change the ticket urgency.

The Change button opens selection of the ticket urgency:

If the urgency is set to Very High, the users see additional warning message:

The phone number is defined by the value of the system property itsm.notification.contact.phone.


Add widget to a portal page


To add the widget to a portal page, complete the following steps: 

  1. Navigate to Portal structure → Pages. Find the required page, open the task container to which you need to add the widget, open the required row and column from the related lists.
  2. Click New in the Widget Instances related list.
  3. Select the "View Form Urgency Field Editor" in the Widget field.
  4. Configure Schema option values. Enter the widget options in JSON. 
  5. Specify Order, select Active and Public checkboxes if necessary.
  6. Click Save to apply the changes. 

Schema option values of View Form Urgency Field Editor widget

OptionDescriptionPossible values
phoneSelect if the phone number should be displayed when the urgency is set to Very High.true, false
isShowWarningSelect if the warning should be displayed when the urgency is set to Very High.true, false
sourceMessageSpecify the source message displayed in the warning before the phone number."Custom warning message for urgency widget" if you want to change translation, "Сontact us in any available way to confirm the information" if you want to use the default message.


Example of schema option values
{"phone": "true", "isShowWarning": "true", "sourceMessage": "Custom warning message for urgency widget"}

  • No labels