Release notes

This page lists the release notes for every production version of AIP for Jira On-Prem.

7.2.8-2024-01-12

  • Minor fix.

7.2.7-2023-11-29

  • Users can now utilize the new "Export for Cloud" option in Asset Navigator. This feature enables the export of assets from Data Center, streamlining the process for cloud imports.

  • The platform now features a new logo, giving it a fresh and modern look.

7.2.6-2023-08-05

  • Updated Java compiler version from 11 to 8.

7.2.0-2022-08-03

  • Jira 9.0 compatibility

7.1.15-2021-09-08

  • Minor Improvements

  • Bug fix to avoid anonymous access to user search Rest API

7.1.3-2021-01-13

  • Status and Substatus field values are now configurable! 

    • Add custom status and substatus values

    • Change label and color, delete or disable current system status and substatus values

    • Add same substatus to different parent statuses

  • New configuration option is added to prevent Jira admins manage all assets by default.

  • Status and assignee system fields can be disabled at system fields configuration

And other minor improvements and bug fixes

Legacy Translations 

You can the following table to edit the new configurable status and substatus names.

 

English

German

French

Spanish

Russian

Status

In stock

Auf Lager

En stock

En stock

В наличии

In use

In Benutzung

Utilisé

En uso

В использовании

On order

Wurde bestellt

Sur commande

En orden

На заказ

In transit

Wird geliefert

En transit

En tránsito

В дороге

In maintenance

In Wartung

En maintenance

En mantenimiento

В обеспечении

Retired

Inaktiv

Retraité

Retirado

На пенсии

Missing

Fehlend

Manquant

Desaparecido

Отсутствует

 

Substatus

Available

Verfügbar

Disponible

Disponible

Доступный

Reserved

Reserviert

Réservé

Reservado

Зарезервированный

Defective

Defekt

Défectueux

Defectuoso

дефектный

Pending repair

Ausstehende Reparatur

En attente de réparation

Pendiente de reparación

В ожидании ремонта

Pending install

Ausstehende Installation

Installation en attente

Instalación pendiente

В ожидании установки

Pending disposal

Ausstehende Entsorgung

En attente d'élimination

Pendiente disposición

В ожидании удаления

Pending transfer

Ausstehender Transfer

Transfert en attente

Transferencia pendiente

Ожидание перевода

Pre-allocated

Vorab zugewiesen

Pré-alloué

Pre-asignado

Предварительно выделено

Lost

Verloren

Perdu

Perdió

Потерял

Stolen

Gestohlen

Volé

Robado

Украденный

Sold

Verkauft

Vendu

Vendido

Продано

Donated

Gespendet

Fait don

Donado

пожертвованный

Disposed

Entsorgt

Jeté

Dispuesto

расположенный

7.1.0-2020-11-16

  • New features:

    • DB Import: Ability to import/sync assets with external database table, view or sql queries

    • New attributes:

      • Jira Project (single/multiple)

      • Jira Project Components (single/multiple)

      • Jira Project Versions (single/multiple)

      • Organization (Jira Service Management) (single/multiple)

      • Cascade List

      • Encrypted attribute: Saved to db as Encrypted and optionally password protected for viewing

    • Asset Uniqueness: Ability to define unique asset constraints by multiple attribute values - like database unique index

    • Audit Logs moved to settings with search filter options

    • Bulk update: Update text fields with asset name or vice versa

    • IP vs IPv6 attribute sorting by IP range

    • Added "Linked assets" to CSV & HTML export

    Several minor improvements and bug fixes

7.0.3-2020-07-03

  • Version 7.0.3 introduces new features, improvements, and bug fixes. You may need to check your current filters or shortcuts if you have wildcard text searches. Please see example table at "New Indexing and Search Algorithm" section.

New features and improvements

  • Indexing and search algorithm changed to WhiteSpace analyzer. Text based searches may be effected, please see docs for more information.

  • Leading wildcard search is added, now you can filter assets with "ends with" query. To find all words ends with ".jpg", you can use i.e: *.jpg

  • New JQL function: assetByField. Now Jira issues can e filtered by any multiple fields of the selected assets 

  • New configuration option added to set asset custom field options to display reporters assets only

  • Location list is sorted by name for asset create/edit screen

  • Asset name is added to search options for custom field and link asset search popup

  • Wildcard search option is added to Text based attribute search

  • Inactive user name is displayed as line-through

  • Added new CSV import option for fetching reference asset types: id, name or both

Bug fixes:

  • UI fix to clear selected attribute after it is added to Asset Type.

  • Filter description is increased to 250 from 50 characters

  • Fixed default selected content type for asset custom field configuration

  • To resolve custom field name conflicts, Internal JQL query fixed to use custom field ID instead of name.

  • Asset names were not displayed when the name has a non-letter character

  • Inactive users are added to asset search options

  • CSV import was failing to locate reference assets when the asset name is numeric only.

New Indexing and Search Algorithm

AIP app used to have customized Lucene's SimpleAnalyzer and now with version 7.0.3 is switching to WhitespaceAnalyzer.

SimpleAnalyzer parses texts and makes each word searchable. While whitespace analyzer only divides the text by whitespaces. So searching is slightly different. For example, for text "AB-CD", search term cd* used to match but now you need to *cd* add a trailing wildcard search character. More examples:

Text

Old version search keywords that match text

Latest version (whitespace analyzer)

Text

Old version search keywords that match text

Latest version (whitespace analyzer)

AB-CD

  • "ab-cd" (must be surrounded by double quotes)

  • ab

  • cd

  • a*

  • c*

  • ab-cd

  • ab*

  • a*

  • *cd* (leading wildcard search is a new feature)

  • cd* (won't match)

7.0.0-2020-05-15

  • System Fields

    • Assignee, owner, managed by, reserved for, belongs to group, quantity, asset tag, serial number, install date, location, cost, invoice number

  • Built-in check-in and check-out

  • Generic asset links

  • Bulk operations: bulk update, assign to user, delete, check-in

  • Asset graph (visual representation of asset relations)

  • Custom field content configuration by asset filters

  • Built-in asset locations

  • "Empty" and "Not" search on Asset Navigator