Release Notes

((OTRS)) Community Edition 6 Patch Level 19

OTRS Group, the world’s leading provider of the OTRS service management suite, including the fully managed OTRS solution and the ITIL® V3-compliant IT service management software OTRS::ITSM.

 

May 31, 2019 — OTRS, the world’s leading provider of open source Help Desk and ITIL® V3 compliant IT Service Management (ITSM) solutions, today announces the 19th patch level release of OTRS 6.

 

 

...

New Features in ((OTRS)) Community Edition 6

1. PRODUCTIVITY

  • Implemented proper time zone support. Time zones can be configured system wide and also on a per-user basis.
  • Improvements to ticket handling
    • Added possibility to store unfinished ticket forms as drafts for later reuse
    • Completely revamped ticket zoom screen, with a fresh new design with an accent on content. User avatars have been introduced as a visual aid for easier identification of the article sender. Article display settings are now displayed in a settings dialog.
    • Dropped dubious and somewhat confusing article types, and introduced the concept of communication channels as the source for ticket articles (e.g. Email, Phone, Chat, etc). Customer visibility of articles can now be determined by a simple checkbox.
    • Improved AgentTicketHistory screen usability.
    • Merged the add-on module OTRSAdvancedTicketSplit. Now it’s possible to select to which kind of ticket an article should be split: phone (default), email or process ticket. For process tickets, additional selection of specific process will be provided. However, only those fields which are configured in the first activity dialog will be adopted from original ticket.
    • Added support for ticket number and title search in ticket merge and bulk screens. Autocomplete list can be used to populate the ticket number field with a single click, therefore speeding up the process and limiting room for error. In the ticket merge screen, there is also a CustomeriD search filter option, which will limit the results to tickets belonging to the same customer company as the source ticket.
    • Split last sender and ticket title columns in ticket overviews.
    • It’s now possible to access all supported article actions directly from large ticket overview screen.
    • Ticket search and statistic can now filter for pending until time.
    • Added possibility to restrict zoom and print screens in the customer interface by using ACLs.
    • The used search template is now shown on the ticket search result screen.
    • Added possibility to automatically lock new tickets to the agent who creates them.
    • Added possibility to send notifications to the agent who created a ticket, thanks to Dian Tong Software.
    • Make it possible to configure which ticket state types to show striked through in the linked objects table, thanks to Renée Bäcker.
    • Made possible to define ServiceIDs and SLAIDs as default shown ticket search attributes, thanks to Paweł Bogusławski.
    • Merged the add-on module OTRSTicketCloseRedirect. It is now possible by a new SysConfig setting to stay in Ticket Zoom after an action that closes the ticket instead of being redirected to the last overview screen or dashboard. This is now controlled by the new SysConfig setting „Ticket::Frontend::RedirectAfterCloseDisabled“.
    • Merged the add-on module OTRSUserDefaultQueue, With a new SysConfig setting now it is possible to pre-select a queue to create a ticket in the New Phone, Email, and Process ticket scr
  • Improvements for working with customers
    • Added dynamic field support for customer users and customers. This makes it possible to attach additional data fields to customer users and customers (companies) without making manual changes to the database.
    • Modernized the OTRS address book. It is now possible to search for all configured custom user and customer fields.
    • Added the Customer User Information Center front end. This works like the existing Customer Information Center but focuses on all data of one particular customer user, rather than a complete customer (company).
    • Improved the selection of customers in various screens by adding autocomplete fields.
  • Added support for proper Chinese name formatting, thanks to Dian Tong Software.
  • Custom spell checker was removed in favor of using the built-in spell checker features of the different browsers.
  • Email articles now support display of their transmission status in the agent zoom screen. Messages with errors will be flagged as such, and automatic notifications will be triggered for relevant agents. Useful email resend screen can be used to resend failed messages.
  • Added option for dashboard widgets to mark them as mandatory. With this feature, administrators have the ability to configure dashboard widgets that can’t be disabled by the agents individually.

2. USABILITY & ACCESSIBILITY

  • Added drag & drop multi file upload for agent and customer interface.
  • Added a high contrast skin for visually impaired agents.

3. SCALABILITY & PERFORMANCE

  • Improved session storage to no longer include permission information. This should result in significant performance gains for systems with many agents and groups.
  • Moved ticket number counter from the TicketCounter.log file to the database. This allows OTRS to process incoming e-mails much faster and in parallel.
  • Improved web upload cache performance, thanks to Pawel Boguslawski.
  • Improved Generic Agent performance at deleting old execution times. Thanks to Moritz Lenz @ noris networks!

3. SECURITY

  • Made bcrypt cost configurable for agent and customer password hashing, thanks to Pawel Boguslawski.

4. WORKING WITH EXTERNAL SYSTEMS

  • Web service improvements
    • Added support for additional response headers in REST and SOAP provider configuration.
    • Added possibility to filter for events before calling Invokers
    • Added the possibility to include the ticket data in web service response data.
    • Added automatic cleanup of old web service debug log information.
    • Added new operations TicketHistoryGet and SessionGet.
    • Updated default web service configurations.
    • Improved Authentication, Proxy and SSL handling in SOAP and REST transport.
    • Improved usability of debugger.
    • Added SOAPAction naming flexibility.
    • Improved SOAP output generation.
    • Prevent usage of invalid web services in provider.
    • Globally changed wording from ‚webservice‘ to ‚web service‘.
    • Added error handling to the Generic Interface.
    • Improved XSLT mapping functionality.
  • Email improvements
    • Added possibility to configure default headers for outgoing emails (Sendmail::DefaultHeaders), thanks to Renée Bäcker.
    • Added possibility to use multiple named captures in Postmaster filters, thanks to Renée Bäcker.
    • Added possibility to set the ticket title in Postmaster filters, thanks to Renée Bäcker.
    • Add support for setting owner and responsible via filter also for follow-ups, thanks to Renée Bäcker.
    • Make it possible to re-enable auto responses from Postmaster filters by setting X-OTRS-Loop to no/false, thanks to Pawel Boguslawski.
    • All email communication is now being queued for sending and handled by dedicated scheduled daemon task. In case of errors, multiple retries will be scheduled, in order to alleviate temporary problems.
  • Added possibility to add an external link to the action menu in AgentTicketZoom, thanks to Pawel Boguslawski.

5. INSTALLATION & ADMINISTRATION

  • Renewed system configuration mechanism including a totally new graphical user interface.
    • Added possibility to review changes before they are effective
    • Exclusively edit settings, so other administrators cannot change the same setting at the same time.
    • Added possibility to define favorite settings for quick access.
    • Added new console commands to display and update setting values (Maint::Config::Dump and Maint::Config::Rebuild).
    • Added possibility to distribute configuration states to all nodes in a cluster environment.
  • Renewed main administration screen.
  • Added SHA-512 as new password digest method to agent and customer authentication.
  • Added support for multi-tiered customer and customer user relationships.
  • Added the possibility to use the autocomplete search for the customer ID selection in the user management frontend.
  • Improved command Maint::Ticket::InvalidUserCleanup. It can now both unlock tickets of invalid users and also (optionally) change their state to make sure they will not be overlooked.
  • Thanks to Moritz Lenz @ noris networks!
  • Added per-address email loop protection configuration (PostmasterMaxEmailsPerAddress), thanks to Moritz Lenz.
  • Added console command to list configured queues, thanks to Martin Burggraf.
  • Added completely new log mechanism for email communications. The dashboard-like display allows administrators to quickly see what might be wrong in their system regarding receiving and sending emails. Account overview can be used to determine which email accounts might be having issues and why. Detailed logging should help to figure out how an email was processed by the system before ending up in a specific ticket.

6. DEVELOPMENT

  • Added the possibility to push data directly from Perl code to JavaScript without having to embed it into templates.
  • Added the possibility to translate strings directly in JavaScript files.
  • Introduced a new client-side JavaScript templating mechanism. Developers can define and use templates based on nunjucks to render content on the client side.
  • Added a new mechanism to autoload Perl files to override existing functionality from custom packages.
  • Make it possible to search for empty dynamic fields via the TicketSearch API (also via GenericInterface), thanks to Rolf Schmidt and Moritz Lenz.
  • Modularized AgentTicketZoom with a small widget system. It is now possible to add custom widgets without changing the existing files. Thanks to Moritz Lenz @ noris networks!

 

Important for Upgrading

  • Please consult our admin manual for detailed instructions.

 

What’s New

  • Updated translations, thanks to all translators.
  • Added Macedonian and Romanian translations.

Bug Fixes

  • Bug#14491 – Ticket::DefineEmailFrom not used for external notes. Added new system configuration options Ticket::Frontend::CustomerTicketZoom###DisplayNoteFrom and Ticket::Frontend::CustomerTicketZoom###DefaultAgentName to define if agent name should be shown in external notes in the customer interface or should use a default generic name instead.
  • Bug#13867 – In the process management within TransitionAction,characters < and > are replaced by HTML escape sequences.
  • Bug#14512 – If the customer name has some special characters, the name is shown wrong on the answer article.
  • Bug#14398 – External images are automatically loaded in forward screen. New config named Ticket::Frontend::BlockLoadingRemoteContent has been added. It controls if loading of external resources will be blocked, by default it is disabled.
  • Bug#14500 – The behaviour of the webservices are not compliant to RFC 4648. After 76 characters we built in a linefeed (/n) which is not RFC compliant.
  • Bug#14532 – Wrong comment / documentation for Daemon::SchedulerCronTaskManager::Task###GeneticInterfaceDebugLogCleanup in Docs and SystemConfiguration.
  • Bug#14455 – OTRS tags ‚<OTRS_CUSTOMER_DATA_*>‘ don’t work in templates of the type ‚Create‘.
  • Bug#14514 – In the appointment calendar long entries in the team and agent list can be hidden behind the appointment overview window.
  • Bug#14400 – Reply adds the same email address for every connected customer user backend.
  • Bug#14509 – The agent’s notification bar has a wrong URL. It was only indicated by IE, since other browsers automatically redirected to the same page.
  • Bug#14504 – Queue based ACL does not work for AgentTicketActionCommon based screens.
  • Bug#14482 – File upload help text is wrapped and overflows on small resolutions.
  • Bug#14511 – Statistic does not work during daylight saving time. Fatal error was fixed during generation of statistics based on an unexisting hour, which is lost during the time switch.
  • Bug#14412 – CustomerID cannot be changed in ticket action for changing customer. Config option Ticket::Frontend::AgentTicketCustomer::CustomerIDReadOnly was not honored.
  • Bug#14494 – Wrong service selection in ticket search dialog. Tree view selection field has been improved to also work in modal dialogs.
  • Bug#14408 – Short description of CustomerID fields is not shown in the process views.

The detailed ChangeLog can be found at: https://github.com/OTRS/otrs/blob/rel-6_0_19/CHANGES.md.

 

Browser Support

  • JavaScript is required to use OTRS.

These browsers are not supported:

  • Microsoft Internet Explorer before version 11
  • Firefox before version 31
  • Safari before version 6

We recommend to use the latest version of your browser, because it has the best JavaScript and rendering performance. Dramatical performance varieties between the used browsers can occur with big data or big systems. We are happy to consult you on that matter.

 

Download

Download the latest release with your OTRS-ID – Your personal all-round account

Your benefits:

  • free promotion specials
  • free access to our knowledge database to solve problems
  • stay informed about our OTRS-Newsletter and manage your newsletter subscription
  • contact us more easily and keep track of your requests

If you already have login information to our OTRS-Portal, you also have an OTRS-ID (email address). Please, log in as usual https://portal.otrs.com/otrs/customer.pl You can find the current releases in the section “Download“ If your password is not accepted, please use the „Forgot password“-link, so we can send you a new password.

If you do not have an OTRS-ID, you can register for free at https://portal.otrs.com/otrs/customer.pl#Signup

If you don’t want to use the benefits of an OTRS-ID, you may proceed with the Public Download

 

Professional Services

OTRS Group, the source code owner, provides worldwide enterprise support, consulting and engineering including process design, implementation, customization, application support, and fully managed service.

 

Get professional service and support

 

Community Support

Leverage the various OTRS Community sources to get involved:

Release Name:

((OTRS)) Community Edition 6 Patch Level 19

Release Details

  • Release name: ((OTRS)) Community Edition 6 Patch Level 19
  • Release date: May 31, 2019
  • Release type: patch level

Security Issues

Archive