The SLA Indications SA 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
    1. indicating the business time that has passed after the SLA was breached (expired indication)
    2. indicating the business time left until the SLA is breached (until the deadline, not yet expired)
  3. Title of the SLA indicator.
  4. 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).

If the record has a breached SLA indication, the widget displays the date and time of the expired indication until it is completed or canceled. Deadlines of other indications are 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 are 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.

Add the widget to 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 hamburger 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.

Configure widget height


You can set the minimal height of the widget in pixels. Notably, the minimal height cannot be less than the height of displayed elements.
To set the minimal height, complete the following steps: 

  1. Navigate to a table record showing the widget.
  2. In the burger menuhamburger menu icon.png, select Configure  Form → Layout.
  3. In the Selected box, click the widget name to open the Widget instance window.
  4. In the Schema option values field, set the minimal height of the widget using the minHeight property as shown below.
    Schema option values
    {
        "minHeight":"600px"
    }
    
  5. Click Save to apply the changes.

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. 

    Make sure that the cancelation conditions are set up correctly: if the specified conditions are met, the indication is canceled and the widget does not display it.

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

When the Start Conditions are met, a new record is created automatically in the Indication table and the SLA Indication widget starts displaying the indication.

  • No labels