Release Notes

((OTRS)) Community Edition 6 Patch Level 9

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.

 

July 24, 2018 — OTRS, the world’s leading provider of open source Help Desk and ITIL® V3 compliant IT Service Management (ITSM) solutions, today announces the nineth patch level release of OTRS 6.

 

 

...

New Features in OTRS 6 Free

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. Timestamps are now displayed in a more natural and speaking format (e.g. 5 minutes ago, about a week ago, etc). 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 Updating

  • Please consult our admin manual for detailed instructions.

 

What’s New

  • Updated translations, thanks to all translators.
  • Added improvements to the support data collector plugins.
  • Enhanced package manager:
    • Not verified packages can’t be installed by default (via GUI + OTRS console).
    • Added sysconfig setting ‘Package::AllowNotVerifiedPackages’ to allow installation of not verified packages (disabled by default).
    • Display a notification if setting ‘Package::AllowNotVerifiedPackages’ is active.

 

Bug Fixes

  • Bug#13961 – ExternalTicketNumberRecognition not working correctly with spaces.
  • Bug#13964 – System configuration value validation error displayed for disabled settings.
  • Bug#13965 – Overridden SysConfig settings can be shown as disabled in the frontend.
  • Bug#13952 – Internal server error in AdminSystemConfiguration if you remove frontend registration and navigation modules.
  • Bug#13947 – Split selection dialog does not honor ACL restrictions.
  • Bug#13928 – Assigning customer group to chat modules results in constant connection error messages.
  • Bug#13948 – Some labels are not translated in ticket search screen.
  • Bug#13940 – Index missing on table article_data_mime.
  • Bug#13936 – Notification looses text for ‘Additional recipient email addresses’ when sizelimit 200 characters is exceeded.
  • Bug#13837 – Open and new tickets always at the end of the list when sorting by pending time since OTRS 6.
  • Bug#13943 – Untranslated word “last-search” in ticket search result screen.
  • Bug#13945 – Archived tickets won’t be moved with StorageSwitch command.
  • Bug#13938 – Statistic: Internal Server Error when invalid date is set for x axis.
  • Bug#13937 – Default value for title is not displayed as default in Process Activity Dialog if field is shown.
  • Bug#13942 – Wrong title in browser window in statistics screens.
  • Bug#13901 – Error messages during RPM upgrade.
  • Bug#13790 – Toolbar Fulltext Search will not care for archiving settings.
  • Bug#13927 – Ticket Merge: “No merge state found! Please add a valid merge state” – Articles are invisible till next action.
  • Bug#13922 – SearchIndexModule misleading config description.
  • Bug#13700 – Layout issue with ticket split.
  • Bug#13839 – When doing a search from change management the results window does not expand.
  • Bug#13672 – Auto response names are not translated in Auto Responses screen of the Admin interface.
  • Bug#13919 – Adding a new favorite setting overwrites the existing favorite settings.
  • Bug#13923 – Sender name in article created by queue move “window” only shows FirstName.
  • Follow-up fix for Bug#13734 – Set the last valid Status Merge to invalid is allowed.
  • Bug#13408 – Setting for showing default fields in the search mask not working partially.
  • Bug#13906 – Validation for Pending date is active for non pending states.
  • Bug#13778 – otrs.Console.pl Admin::Package::UpgradeAll fails at installed ITSM package.
  • Bug#13894 – System log does not present timezone information.
  • Bug#13752 – Missing direction arrow for AgentTicketEmailOutbound.
  • Bug#13912 – Generic Agents looses text for notes when sizelimit 200 characters is exceeded.
  • Bug#13775 – ArticleLimit is not integrated for GenericInterface TicketGet.
  • Bug#13910 – LinkObject events are not working in web services due to missing LinkObject::EventModulePost configuration.
  • Bug#13913(PR#1936) – Searchable Article Fields not translated in AgentTicketSearch. Thanks to Robin.
  • Bug#13838 – WarnOnStopWordUsage not working for subject, body, from, to, cc.
  • Bug#13893 – Wrong descriptions for some system configurations.
  • Bug#12479 – Reply to a ticket locks the ticket and cancel unlocks it but does not reset owner.
  • Bug#13902 – Dialog submit is not possible for an appointment created by rule based on pending time.
  • Bug#13888 – Wrong charset in output while upgrading packages.
  • Bug#13842 – When splitting a ticket, the picture embedded in the letter body is not displayed in the child ticket.
  • Bug#13873 – Wrong descripton for TicketNumberCounterCleanup setting in System Configuration.
  • Bug#13900 – Password authentication issue in Fedora 28 operating system.

The detailed ChangeLog can be found at: https://github.com/OTRS/otrs/blob/rel-6_0_9/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 9

Release Details

  • Release name: ((OTRS)) Community Edition 6 Patch Level 9
  • Release date: July 24, 2018
  • Release type: patch level

Archives