ServiceDesk Plus pre-release notification

(New features, enhancements, and bug fixes expected in the next release of ServiceDesk Plus Cloud)

February 18, 2025

Enhancements

Setup

Space Module Enhancements

Room Booking Settings

Administrators can configure settings to schedule and manage room bookings from the Room Booking tab introduced under Setup > Customization > Space Management:

  • Configure settings to limit the room booking duration, set the advance booking period, and specify the interval time between bookings.
  • Select approvers and decide if requesters can book rooms.
  • Choose to log service requests when a booking is created. You can select the template to be used and choose a time to create the service request.
Space Module Enhancements

Space Management Customization Enhancements

  • Administrators can configure default values for fields added to campus type, structure type, and floor room types.

Room Booking Section

  • Booking section is introduced under the Spaces module. Technicians can create bookings using the booking form and track the details from this section.
  • Facility desk
  • The Availability Calendar in the Booking section helps technicians track various bookings visually from a digital calendar.
  • Space availability
  • Room bookings can also be created from the Quick Actions menu.

Space Module Enhancements

  • While adding or editing bookings, the Booking section is introduced to collect booking related details.
  • Space Module
  • The Associations tab in space details page now lists associated incident and service requests under individual tables.
  • Associations tab in space details
  • The History tab for Rooms & Spaces lists booking history under a sub-tab.
  • History tab for Rooms & Spaces

Room Booking Widget

Administrator can configure a room booking widgets in the Self-Service Portal from Setup > General Settings > Requester Portal > Requester Portal Customization. This widget will allow requesters to create room bookings instantly from the Home page of their Self-Service Portal.

Room Booking Widget

Space Module Enhancements in Requests Module

  • In incident requests, technicians can attach and detach room bookings from the right pane of details page.
  • Space Module Enhancements in Requests Module
  • In service requests, technicians can create, attach, and detach room bookings from the right pane of the details page.
  • Space Module Enhancements in Requests Module

Problem Enhancements

Problem Template

  • Problem templates can now be limited to specific technician groups from the Additional Settings tab is introduced in problem templates. This restriction will not apply to SDAdmins.
  • If no group is selected, the problem template will be accessible to all technician groups.
  • The accessibility changes are applicable only for newly created problem requests. Existing problems will be accessible to all problem technicians. However, technicians cannot copy existing problems whose template is limited to selected technician groups if they are not a part of the technician groups.
  • Administrators can select up to 25 technician groups while limiting the problem template accessibility. To increase the limit to 50, customers can contact our support team.
  • Additional Settings tab will not be available in the default problem template.
Problem Template

Problem Triggers

  • Administrators can configure problem trigger criteria based on the Resend notifications for Email responses sub-entity.
Problem Triggers

Problem Life Cycle

  • The $CurrentUser variable is introduced in transition criteria for problem life cycles. Administrators can select this variable to configure problem life cycle transitions based on whether the current logged-in user is assigned as the technician, requester, or in any user lookup additional fields of the problem template.
  • Problem Life Cycle
  • Problem Users scope is introduced for before transition.
  • The Problem Owner and Group Members sub-entities under Group scope are now moved to Problem Users scope
Analyse Root Cause

Problem Closure Rules

  • Administrators can configure Technician field as a mandatory field in problem closure rules under Setup > Automation > Closure Rules.
Problem closure rules

Problem Details Page

  • Asset icon is displayed for associated assets in the problem details page. Technicians can dissociate assets instantly using the icon.
  • The asset icon will not be displayed, and assets will be listed as comma-separated values in the following scenarios:
    • Problems where the logged in user does not have edit permissions
    • The logged in user does not have access to the Assets module
    • Trashed problems

Note: The above changes are now introduced in release details page as well.

  • The color coding for Status and Priority field values is now displayed on the problem details page in addition to the right pane.
Unable to connect VPN

Problem History

  • Problem history now records the type of conversation operation performed and its details.
  • Detailed history will be reflected only on upcoming problem conversation history entries.
Problem History

Row Color Settings

Define color codes for the maintenance list view or template view using the % icon. The row color is applied based on Status, Priority, and Category.

Color setting conf

UI Enhancements

  • The color indicator for Problem Users is changed from purple to dark green across the Problems module for easier recognition.
Send Notifications

Generate Solutions via ChatGPT Integration

Auto-generate solution articles using ChatGPT. Technicians can provide a summary of the issue, and ChatGPT will generate a solution with a title, description, and keywords that can be copied to the New/Edit Solution forms. The generated solution can be modified in length and tone, if needed.

Auto-generate solution

To enable the feature, administrators can select Solution Generator feature while configuring ChatGPT integration under Setup > Apps & Add-ons > Integrations.

Configuring ChatGPT integration

After the feature is enabled, technicians can generate solutions using the Solution Generator option in the solution list view or the New/Edit Solution forms:

Zylker it helpdesk
New-solution-itdesk

Deluge Editor Interface Enhancement

The Code Generator button used to generate code for custom functions using ChatGPT is now repositioned above the Deluge editor interface.

Deluge Editor Interface Enhancement

Release Template Enhancements

  • Customize the layout of the Release details page under the Details tab of a Release template.
  • Release Template Enhancements Phase
  • Add sections and additional fields to different stages of the Release. Changes made in the Release template will be reflected in the Release Details tab.
  • Release Template Enhancements Phase
  • Template attachments are now supported for releases.
  • Release Template Enhancements Phase
  • New closure rule (Details) is introduced for Release custom stages and Closure stage.
  • New closer mandatory deploy

Orgrole Multiple User Association

  • You can now assign multiple users to organization roles. To do this, enable Associate Multiple Users in the Add or Edit form for organization role. Note that you cannot associate multiple users with the Reporting Manager and Department Head roles.
  • Orgrole-multiple-user-association
  • View organization roles associated with the user under Setup > Users & Permissions > Users. Click the Gear icon beside the user and select View Org-Role Associations.
  • View Org-Role Associations
  • Generate custom reports for organization roles by using the Organization Role Associations option under Reports > New Custom Report. Please note that the queries used previously are no longer supported.
  • New Custom Report

Sandbox

During migration, users will be temporarily unable to create, recreate, validate, or deploy the sandbox.

API Changes

Orgrole information in entities (such as site, region, etc) will now be stored in an array format instead of an object.

Recommended: Update existing custom scripts and custom functions to the array format.

  • Existing format: {"site" : {"id" : 9389244773993, "name" : Base Site , "orgroles" : {"udf_ref11" : {"id" : 3439849849898}}}}
  • New format: {"site" : {"id" : 9389244773993, "name" : Base Site , "orgroles" : {"mref_udf_ref11" : [{"id" : 3439849849898}]}}}

Note: udf_ref11/mref_udf_ref11 refers to orgroles.

Task Schedule End Reminder

  • Notify the task owner just before the task ends.
  • You can set up this reminder by adding the Notify Before Schedule End field to the task template.
  • New task layout
  • Set the notification time from the add/edit task form or the task details page.
  • Create active directory
  • Notifications are sent only if the task is in the in-progress status.
  • A new notification template, Notify Before Schedule End is added under Setup > Automation > Notification Rules > Task.

Behaviour Change

The Notify me before schedule start field is renamed as Notify Before Schedule Start.

Request Enhancements

Automate Approval

  • Configure automatic approvals that are based on users. Currently, automatic approvals are applicable only when the requester is also the approver. Using this feature, you can enable auto approvals for various roles and specific users.
  • To do this, go to Setup > General Settings > Approval Settings and enable the Automatically approve if approver is option.
  • Approval setting request
  • You can also use custom settings in approval actions for adding specific roles and users.
  • custom settings in approval actions

The notification rule Notify automated approval actions when the requester is configured as an approver is now modified to Notify user when automated approval criteria are matched. Approvers configured in the approval settings will be notified when their approvals are auto-approved.

Requests

  • Copy request properties (such as request ID, URL, and meta data) from the request details page. Meta data includes information such as Request ID, Subject, Requester Name, Created Date, and URL.
  • To do this, click the Copy icon beside Request ID and select the required action.
  • Unable send tickets helpdesk
  • Request properties are categorized under Request in the Select columns to display section on the custom reports configuration page for request notes.
  • Custom report note
  • Service level agreements (SLAs) can now be displayed in the request list view. To enable this, select SLA in the column chooser.
  • Open request SLA
  • You can now configure subfields as criteria in Service Level Agreements, Life Cycles, Triggers, Trigger Sub-entities, Abort Timer under Custom Actions, Custom Menus, Survey Settings, and Survey Rules. Fields that support subfields are listed below:
  • Group Category Urgency
    Subcategory Template Impact
    Item Level Mode
    Service Category Priority Request Type
    Department CIs Status
    Life Cycle Workflow Site
    New trigger request defination
  • The following fields are now supported as criteria under Service Level Agreements, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus, Survey Settings, or Survey Rules.
  • Field Names

    Supported Features

    Additional fields

    (Supports 'between' and 'not between' operators for date/time fields)

    SLAs, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus

    ('between' and 'not between' operators for date/time fields are not supported)

    Survey Settings, Survey Rules

    Assets.Name, Assets.Site SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Approval Status, Approval Status.Name SLAs
    Assigned Time Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Cancelation Requested SLAs, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus
    Closure Info.Closing Comments, Closure Info.Closure Code, Closure Info.Closure Comments, Closure Info. Requester Acknowledged Resolution Triggers, Triggers for Request Sub-entities (except Approvals), Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Completed Time Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Created By, Created By.Department, Created By.Email, Created By.Employee ID, Created By.Is Technician, Created by.Job Title, Created by. VIP User SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Created Date SLAs, Triggers for Request Sub-entities
    Description SLAs
    Editor Service SLAs, Survey Settings, Survey Rules
    Editor.Department, Editor.Email Service SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Editor.Employee ID, Editor.VIP User Service SLAs, Custom Menus, Survey Settings, Survey Rules
    Editor.Is Technician, Editor.Job Title Service SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Emails to Notify SLAs
    First Response Overdue Status SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Group.Sender's Email SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Has Change Initiated Request, Has Change Caused By Request, Has Linked Requests, Has Notes, Has Project, Has Problem (Applicable only for incident SLA), Has Purchase Orders (Applicable only for service SLAs) SLAs, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Impact Details SLAs, Triggers, Triggers for Request Sub-entities, Timers, Custom Menus
    Is Escalated Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Is Maintenance SLAs, Triggers for Request Sub-entities
    Is Service Request Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Life Cycle, Life Cycle.Name SLAs, Triggers, Triggers for Request Sub-entities, Timers, Custom Menus, Survey Settings, Survey Rules
    Linked to Request.Comments SLAs, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Mode SLAs
    On Behalf Of User.Department, On Behalf Of User.Email, On Behalf Of User.Job Title, On Behalf Of User.Is Technician (not applicable for custom menus) SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    On Hold Scheduler.Change To Status, On Hold Schedule.Comments (not applicable for timers), On Hold Schedule. Scheduled Time SLAs, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus
    Overdue Status SLAs, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Reopened Triggers, Triggers for Request Sub-entities, Timers
    Requester.Employee ID Custom Menus, Survey Settings, Survey Rules
    Requester.Is Technician, Requester.Job Title SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Resolution SLAs, Triggers, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Resolved Time Triggers for Request Sub-entities, Life Cycles, Custom Menus
    Responded Time Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Scheduled Start Time, Scheduled End Time SLAs, Triggers for Request Sub-entities, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Service Category SLAs
    Site
    • Service SLAs - All sites will be listed.
    • Incident SLAs - Only referring sites will be listed.
    SLA, SLA.Name Triggers, Life Cycles
    SLA Change Comments SLAs, Triggers, Timers
    Status SLAs (All completed statuses are not supported)
    Status Change Comments SLAs, Triggers, Timers
    Status.In Progress, Status.Stop Timer Triggers, Triggers for Request Sub-entities, Timers, Custom Menus
    Subject SLAs
    Technician SLAs, Life Cycles
    Technician.Cost Per Hour, Technician.Department, Technician.Email, Technician.Job title SLAs, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Technician.Employee ID SLAs, Life Cycles, Survey Settings, Survey Rules
    Template.Assign technician only to an approved service request Service SLAs, Triggers, Triggers for Request Sub-entities, Custom Menus, Survey Settings, Survey Rules
    Template.Name SLAs, Triggers, Triggers for Request Sub-entities, Custom Menus, Survey Settings, Survey Rules
    UnReplied Count SLAs, Triggers, Triggers for Request Sub-entities, Timers, Life Cycles, Custom Menus, Survey Settings, Survey Rules
    Update Reason SLAs, Triggers, Timers,

    Custom Script for Releases

    • Use Custom Scripts to dynamically modify the release form based on user input.
    Custom Scripts
    • A collection of sample custom scripts for release forms can be imported.
    Sample custom scripts

Form Rules enhancement

Use Form Rules to show or hide custom widgets in the right pane of a release add/edit form.

Form-rules-enhancement

Zoho Flow Action Integration

Use Zoho Flow actions, an easy to use, no code solution, to extend the capabilities of triggers and workflows in ServiceDesk Plus Cloud to perform various actions in other applications.

Custom Script for Problems

  • Use Custom Scripts to dynamically modify the problem form based on user input.
  • Custom Scripts to dynamically modify
  • A collection of sample custom scripts for problem forms can be imported.
  • Sample custom scripts

Form Rules enhancement

Use Form Rules to show or hide custom widgets in the right pane of a problem add/edit form.

Form-rules-enhancement

Behaviour Changes

  • The Cancellation Requested field is removed from the Business Rules criteria.

Issue Fix

  • Timers that match the abort criteria are now associated with the request, change, or problem and aborted. These operations are recorded in history.

January 16, 2025

New Features

Test credential in Credential Library (Probe)

Users can validate the credentials of end machines using Hostname or IP Address from the Credential Library. Go to Setup > Probes & Discovery > Credential Library and click the gear icon to validate a credential.

Test credential in Credential Library
Validate Credential

Navigation & Footer Settings

You can now reorder and change the visibility of navigation tabs and footer menus for technicians and requesters under Setup > General Settings > Navigation & Footer Settings.

  • Drag the tabs/menus to rearrange them.
  • Hover over the tab/menu and click to change its visibility.
  • Group navigation tabs under the More tab.
Navigation and Footer Settings

Technicians can personalize their navigation tabs under Profile > Organize Navigation Tabs.

Personalise Tabs

In the Organize Navigation Tabs slider panel, technicians can reorder tabs and change the visibility of tabs.

Reorder Tabs

Custom Views in Assets Module

  • Customize the asset list view based on criteria by applying custom filters.
  • Configured custom views will be listed in the filter drop-down.
  • Mark the frequently used filters as Favorites.
Custom Views in Assets Module

Request Auto Approval through ChatGPT

  • Use ChatGPT to automate the request approval process. ChatGPT can now predict approval actions for requests based on the reply emails sent by approvers and auto-apply the predicted action to requests.
  • ChatGPT can predict Approve, Reject, or Need more info actions.
  • Enable this configuration under Setup > Apps & Add-ons > Integrations > Third-Party Integrations > ChatGPT.
    ChatGPT Configuration
  • Enabling Auto Approval (Request) in the ChatGPT configuration page will disable Zia's auto approval and vice-versa.
    Artificial Intelligence
  • The notification content for Zia auto approval is modified.

Modified Content: Based on your reply to the email, Zia has taken the approval action.

Announcements

Follow Announcements

Users can follow announcements to receive real-time updates on announcements.

Follow Announcements

Technicians can view the list of followers for each announcement and track the views count.

View Count
Announcement

Announcement Comments

Technicians can now add comments to announcements. They can add public or private comments. If the "Show this comment to the requester" option is selected, it will be a public comment. Otherwise it will be Private.

Announcement Comments

Announcement Template

Administrators can configure templates for predefined announcements.

Announcement Template

Announcement Permission

Administrators can now provide announcement permissions when creating a new role.

Announcement Permission

Report Generation for Announcements

Users can now generate detailed reports on announcements made within the application and get valuable insights into engagement, views, and interactions.

Report Generation for Announcements

Audit log for announcement admin configurations

An audit log is now available to track changes done to announcement admin configurations.

Audit log

Announcement Type and Template in Sandbox

Announcement Type and Announcement template are added as deployable configurations in Sandbox.

Announcement Type and Template in Sandbox

Announcement Enhancements

Banner Scheduling

  • Announcements will be displayed on the banner based on the scheduled start and end dates instead of creation time.

Persistent Banner Display

  • Keep announcements visible on the banner until the scheduled expiration time using the keep banner until expiry option.
Persistent Banner Display

Module Associations

  • Maintain associations between announcements and modules such as Requests, Changes, Problems, and Releases. For instance, you can create an announcement for request that has been fixed.
Module Associations

Group-Specific Announcements

  • Publish announcements exclusively for user groups or technician groups.
Module Associations

UI Enhancements

New Banner Design

  • The banner design has been revamped for better usability.
New Banner Design

Announcement Details

  • Announcement details are now shown as a popup with more information.
Announcement Details

Dashboard Enhancements

Activities dashboard under Dashboards > Canned Dashboards helps technicians track activities related to requests and tasks.

Canned Dashboards

Technicians can create table and graph widgets to customize the data displayed in dashboard widgets:

  • Table widget - Displays module data in the list view or template view format. Technicians can configure actions that can be performed from the widget.
  • Table widget
  • Graph widget - Displays module data as different graphs.
  • Graph widget

    Summary chart in graph widgets allows users to view the summary count for various data sources in requests and tasks modules.

    Summary chart in graph widgets

    The Smart-view UI makes it easy for users to access the details of the records in the table and graph widgets.

    Smart-view UI

    Scheduler Enhancements for Maintenance Module

    • Maintenance Scheduler UI has been revamped for better usability.
    • Maintenance Scheduler
    • Click Tasks in the Maintenance details page to add, edit, and view tasks associated with Maintenance.
    • Maintenance Edit
    • While generating reports, technicians can now include scheduler information like Next Schedule and Frequency for Request Maintenance and Change Maintenance.
    • Field and Form Rules configured for Requests and Changes will apply to Request Maintenance and Change Maintenance.
    • Labels will be shown in the details page header for Completed/Failed Maintenances.
    • State based icons are added in the Details Page header if the Maintenance State is other than active.
    • The following fields are added to the RHS pane after calendar
      • Frequency: Indicates frequency as Once, Daily, Weekly, Monthly, or Yearly.
      • Next Schedule: Indicates the scheduled date for the next maintenance.
      • Repeats: Indicates when maintenance will be repeated.
      • Ends: Indicates whether maintenance ends after or ends on a particular date.
    • A Maintenance column is added to the Archived Requests list view to indicate if the request has maintenance associated with it.
    • The Requests From Maintenance filter is added to Archived Requests list view displaying all archived requests created from Maintenance.
    • When a request or change creation fails, the respective technicians will be notified, and a log will be added to History with the Request Creation Failed or Change Creation Failed reason as description.
    • When a Maintenance template containing Tasks copied from Template is changed, a popup is displayed to delete or retain tasks.

Problem Dashboard Enhancements

Problem Dashboard

You can now add the following widgets to the Problem Dashboard.

  • Problems Without Update
  • Problems Overview
  • Services Affected vs Status
  • Services Affected vs Status
  • Problem Created Time is added to problem fields.
  • Custom date fields are now supported in Problem Timer.
  • Problem Association in the Solution module has been updated to Referred in Problems.
  • Sandbox is now enabled for problem admin actions.
  • Widgets named Open are renamed as Pending.
  • Pending Problems

Releases Dashboard

  • The My Open Releases by Roles widget is now supported in the Releases Dashboard.
  • My Open Releases by Roles
  • Created Vs Canceled Vs Closed Releases widget is renamed as Release Overview.
  • The Failed Releases option can now be configured for existing widgets.

Platform enhancements

Bot Commands - Actionable Card

  • Users can configure actionable cards with actions to create Incident Request or Service Request via Tasks. This is applicable if mandatory fields are configured for the request template.

Azure User Sync

  • Profile images of users will now be synced from Azure to Accounts if it is already available or when the image is updated.

Project custom report enhancements

Reports on Task Comments

  • Generate detailed custom reports on comments added to tasks.
Reports on Task Comments
  • Only the first 250 characters will be shown in the report.
  • For project, milestone, task, and worklog reports, you can include description as a column.
  • Only the first 250 characters will be shown in the report.

Business rules for change

Business rules can now be applied to change records. It can be used to configure field updates and execute custom actions or abort process executions on changes that meet the set criteria. You can trigger a business rule when a change record is created, edited, or deleted.

Business rules for change

You can also execute business rules on sub entities of changes such as Tasks, Attachments, Down times, Approvals, Conversations, and Work logs.

New business rules for change

Solution Enhancements

  • Create and manage multiple versions of a solution as you update it, ensuring it stays relevant over time. Solution versions are automatically created whenever a solution is approved. Enable solution versioning under Setup > Customization > Solution Management.
Solution Enhancements
  • Save solutions as drafts while making edits, and keep them unpublished until they are ready for approval. A solution muct be approved atleast once before you can save them as drafts.
solutions as drafts
  • After a solution is approved, you can publish it to make the latest version live by using the Publish option.
Publish option

Behaviour Changes

  • Solutions must be approved before they can be published.
  • The "Publish" option will only be available for approved solutions.

New Keyboard shortcuts

Included additional keyboard shortcuts.

New Keyboard shortcuts

Issues Fixed

Microsoft Teams Mode Migration:

  • The MS Teams mode will be created when the mode is enabled and will be created automatically for users who have enabled Microsoft Teams Integration during migration.

Actionable Card

  • Users can search and assign technicians instead of the first 50 technicians being displayed by default for the Assign Technician actionable card.

Bot Commands

  • Users can search for a request using the Requester ID, Requester Name, and Email ID by using Bot commands.

Changes from Gadgets Side for Microsoft Admin Integration

  • Users will be shown an error message when the Admin token expires for the Microsoft Admin integration.

SDP.openWidget Height and Width Support

  • Customize the height and width of widgets.

Widget Subtab Heading

  • Widget name will be displayed as tab heading in Changes and Releases subtab locations.

Instance settings edit in sandbox

  • Instance settings edit is now available for currency, time zone, start day of the week, and instance image.

Deployment of edited configuration from the sandbox as created

  • Users can use the following backend global configuration to deploy a configuration that is edited in the sandbox and deleted in the production environment.

General

  • You can now add multiple recipients in fields that support dynamic addition of email addresses.
  • The replaced values of the $ItemName variable are not aligned properly in the notification description.

Requests

  • Images inserted in request notes using the Original size option do not retain their original dimensions.
  • When a survey is scheduled to be sent after every requests are closed by requesters, the cancelled and resolved requests are counted.
  • The Resource section in custom service templates is wide, causing the cost details to be visible only when scrolled horizontally.

Assets

  • The Expand option in the left panel under Assets is mistranslated in Chinese.

Purchases

  • The Sub Total and Total (Net) fields on the Purchase Order details page do not display the base currency with two decimal places.

Problems

  • Notifications are not sent when a note that exceeds 50,000 characters is added to a Problem.

Solutions

  • Forwarded solutions are not sent to recipients listed in the Cc and Bcc fields.

Setup

  • Custom width values are now supported for dialogs executed via custom script.
  • Survey links that are hyperlinked in survey email templates are not accessible. It is fixed now.
  • When an attachment is imported in the Update if already exists mode, the existing attachment in the module is removed and the new file is not added.

Let's support faster, easier, and together

Let's support faster, easier, and together