Skip to main content
Version: 1.12.1

SLA Indication Widget

The SLA Indication widget visualizes the time left till the nearest SLA breach time. When the SLA indicators are set and the start conditions are met, the widget displays a countdown of relevant indications for the record. For example, the Incident table has an indicator that starts when the incident record is assigned to the Support team and ends when the work on the incident is completed. That is, the visualized indication will start counting down the time from the moment when the Assigned group is Support; the indication will end when the State is Completed.

Widget interface

The widget consists of the following elements:

  1. Round progress bar indicating the time that has passed.
  2. Counter that indicates the business time that has passed after the SLA was breached (expired indication).
  3. Counter that indicates the business time left until the SLA is breached (until the deadline, not yet expired).
  4. Title of the SLA indicator.
  5. Time till the nearest indication breach time (deadline).
  • The red color denotes that the SLA indication was breached, and some time has passed since then.
  • The blue color denotes that the SLA indication was started, and some time has passed, but the indication has not been breached yet.
  • The gray color denotes that the SLA indication has just been started (recently).
note

If the record has a breached SLA indication, the widget will display the date and time of the expired indication until it is completed or canceled. Deadlines of other indications will be ignored. In the screenshot above, the indication named Workaround is expired, so you see the elapsed time.

Displayed information


  • The widget is empty until the record has relevant indications.
  • Only relevant indications are displayed. Indications are created automatically when the start conditions of an active indicator are met.
  • Completed and canceled indications are not displayed.
  • Indications are displayed in ascending order from left to right: the nearest breach time is on the left.
  • The total number of displayed indications is three. If more than three indications are present, the rest of them will be displayed after the displayed ones are completed or canceled.
  • If the percentage count of a breached indication is over 999%, the counter displays ...%

Set up the widget

The SLA Indication widget can be added to the tables extended from the ITSM Task table. By default, they are not displayed on the form.

To display data about SLA breach time, the following should be configured:

By default, business time is used to display the widget. To use actual time, enter {"time": "actual"} in the Schema option values field of the Widget Instance window when adding the widget to a form. Alternatively, edit the value of this field in the corresponding widget instance record.

note
  • Business time – the values of the Business time elapsed (business_elapsed_time), Business time left (business_left_time), and Business time elapsed in % (business_elapsed_percentage) columns.
  • Actual time – the values of the Astronomical time elapsed (actual_elapsed_time), Astronomical time left (actual_left_time), and Astronomical time elapsed in % (actual_elapsed_percentage) columns.

Add the widget tot a form layout


To add the widget to a form, complete the following steps:

  1. Open the form you want to add a widget to.
  2. In the burger menu , select Configure → Form → Layout.
  3. Move the SLA indications widget from the Available box to the Selected box. Specify the Schema option values, if needed.
  4. Click Save to apply the changes.

See the Add Widget to Form article to learn more.

Set up indicators


To set up an indicator, perform the following steps:

  1. Navigate to Service Level Management → Indicator.

  2. Click New and fill in the fields.

  3. Select the Active checkbox to enable the indicator. 

    tip

    Ensure that the cancelation conditions are set up correctly: if the specified conditions are met, the indication will be canceled and the widget will not display it.

  4. Click Save or Save and exit to apply the changes.