This page is about Assets & Inventory Plugin for Jira DC. Using Cloud? Click here.
Asset Uniqueness is a feature that helps ensure each asset in your system is distinct and identifiable. It prevents the creation of duplicate assets with the same key characteristics. This is important for data accuracy and efficient asset management.
Contents |
---|
How does Asset Uniqueness work?
When you create or update an asset, the system checks for existing assets with the same combination of critical attributes. It does this by building and running search queries based on predefined rules. These rules specify which attributes and their values are essential for identifying unique assets.
Here's a step-by-step breakdown:
System Builds Search Query: The system creates a search query using the defined rule's attributes and their corresponding values for the new or updated asset.
Search for Existing Matches: The system runs this search query across all existing assets of that type.
Duplicate Detection: If the search finds an existing asset with the same combination of attribute values, a warning message pops up to alert you of a potential duplicate.
Configure Asset Uniqueness
From the app's top menu, click Asset Type Schemes.
Select an Asset Type Scheme, and click Configure.
Select an Asset Type.
Click the cog icon on the left-hand side of the screen. A menu opens.
Click Define Asset Uniqueness.
Click the Create New Asset Uniqueness button. The Define Asset Uniqueness pop-up will appear.
Fill out the details.
Form Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Definition Name | Provide a distinct name for the uniqueness definition. | ||||||||||
Attributes | Select the attribute that will determine uniqueness. You can select multiple attributes for Example – If the Asset Type is Computer, you might select attributes like Serial Number, Status, and City.
| ||||||||||
Asset Limit | Number of asset occurrences that have the same attribute values as edited/created assets. | ||||||||||
Allow Empty Value | Decide if empty values in these attributes should be included in the uniqueness check. |
Click Save.
Example: Defining Uniqueness for "Computer" Asset Type
In this example, two Asset Uniqueness definitions called IP and Location Uniqueness
and Serial Number Uniqueness
have been created for the Computer asset type.
The asset that we want to create contains the attributes below:
In this case, two different queries will be prepared and executed by Asset Uniqueness:
If one asset exists in the Computer type with the Serial Number SN123456, a warning message will be shown:
When Allow Empty Value is checked, the empty attributes will not be considered.