Version 1 Create Asset labels with Mustache syntax
The labels are shown when searching for assets and on issue lists. They can be configured dynamically using Mustache syntax. Field values are referenced using {{field}}
. Optional fields can be wrapped using {{#field}}optional text{{/field}}
to only include text if the field has a value.
The labels are shown when searching for assets and on issue lists. They can be configured dynamically using Mustache syntax. Field values are referenced using {{field}}
. Optional fields can be wrapped using {{#field}}optional text{{/field}}
to only include text if the field has a value.
For example, the following label configuration will show "Asset Name - Asset Tag" if the name of the asset is set, and just "Asset Tag" if the name is undefined: {{#name}}{{name}} - {{/name}}{{assetTag}}
All entities support the following fields:
name, category, manufacturer, company, purchaseCost, purchaseDate, orderNumber
Assets additionally support the following fields:
assetTag, model, serial, statusLabel, assigneeUserId, location, modelNumber
Consumables additionally support the following fields:
location, modelNumber, itemNumber, quantity, remaining
Licenses additionally support the following fields:
seats, freeSeats, expirationDate, supplier, licensedToName
Accessories additionally support the following fields:
location, modelNumber, quantity, minQuantity, remainingQuantity