January

January 22, 2026: Chart widgets | Personal reports available

The personal reports used to be applicable for Table widgets only. Now, you can configure personal reports in the same way as described in Personal Reports for your Chart widgets, too, starting from the User Menu icon and selecting the respective option from the drop-down menu:

Additional parameters can be set up as described in Enabling additional parameters on Chart widgets level section of the Personal Reports guide:

The visualization of the generated report may look like the following tunnel:

For more information about the chart widgets, refer to Chart widgets guide.

January 19, 2026: Data Transformation | Placeholder in JMES Path Query

Now, JMES Path Query supports also non-data source placeholders like insights, filterParams, inputFields. Find more general information in JMESPath documentation.

You can configure your JMES Path Query from the Data Transformation pane. When editing a widget, you can view all available placeholders in the Test Parameters tab. See the example below::

For more information about Data Transformation, refer to the respective Data Transformation section in each widget where available.

January 14, 2026: User APIs | New property naming

API users (technical users) used displayName property for their description. A new description property has been introduced to hold the description for API users. During this refactoring the internalName property was renamed to username, because it represents the Bosch IoT Insights wide unique username.

The name property was removed, because it was confusing which name was meant.

Breaking changes:

  • Create API user endpoint, does not accept displayName anymore, now the property is named description
  • Filtering for audit log and other user referenced can't be done by description of the API users, but by their username/displayName.

Deprecated usages:

  • User Management API to get users:
    • Replaced name property with displayName
    • Replaced internalName property with username
    • New property description contains now what was in displayName for API users
  • Placeholders or references should be updated: insights.user.internalName to insights.user.username
  • Placeholders or references should be updated: insights.user.name to insights.user.displayName

Find more information in Users how-to guide.

January 13, 2026: Table widget | 'Clickable row' functionality extended to support multi action buttons

Regarding the Hyperlink/Action button options of the 'Clickable row' functionality, the drop-down list also displays all defined hyperlink or action buttons:

When clicking anywhere on a table's row, the selected action or hyperlink will be triggered or opened. The mouse cursor will indicate if a row is clickable. If other columns of the table also contain action buttons or hyperlinks, these can be clicked directly in the table. Clickable rows are highlighted by default upon mouse hover.

More information about Table widget is provided in Configuring the table settings user guide.