The View Form Urgency Field Editor widget is a portal widget, in which the caller can see current ticket Urgency and edit it.
The Urgency can only be changed if the ticket state is not Completed or Closed. |
The administrator can select if phone number and warning should be visible, and change translations for 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.
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.
To add the widget to a portal page, complete the following steps:
Schema option values of View Form Urgency Field Editor widget
Option | Description | Possible values |
---|---|---|
phone | Specify if the phone number should be displayed when the Urgency is set to Very High. | true, false |
isShowWarning | Specify if the warning message should be displayed when the Urgency is set to Very High. | true, false |
sourceMessage | Specify the source message displayed in the warning message before the phone number. | "Custom warning message for urgency widget" if you want to change the translations, "Сontact us in any available way to confirm the information" if you want to use the default message. |
{"phone": "true", "isShowWarning": "true", "sourceMessage": "Custom warning message for urgency widget"} |