Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The asset navigator Asset Navigator lets you search for and manage assets in JIRA. Create, Edit, Link, Clone Delete assets, Delete assets, and printing printing single or multiple QR + labels, Check-in or Check-out, and bulk operations are supported. Asset navigator Navigator is available on the "Assets and Inventory" top menu "Asset Navigator" link.
Asset Navigator Display Modes
It has 3 modes:
- Detail view: Assets for multiple asset types are displayed, show one asset's all attributes and additionally shows attachments and linked issues
- List view: Assets for single asset type are displayed in table list view (like excel). List all attributes of the asset type but attachments and linked issues are not displayed on the list - asset needs to be displayed separately.
- Advanced Search: Search with Lucene queries. It is not easy to write but it is very powerful to query assets.
Users need "Browse Assets" asset permission to see assets on the Asset Navigator.
Asset Navigator - Detail view mode
It is for asset navigation and management. Detail view works for multiple asset types. And printing single or multiple QR + labels are supported.
It has navigation links to list related Asset Scheme or Asset Type assets, and each asset has asset type management direct links.
Image RemovedImage Added
Please click on image to enlarge
Asset Navigator - List view mode
List view works for single asset type. It supports Excel style column and row freeze for a better navigation.
Image RemovedImage Added
Asset Navigator - Advanced view mode
Advanced mode lets you write "Lucene Query Language" LQL searches for advanced filtering with OR statements.
Image RemovedImage Added
Search with Asset Navigator
Asset navigator Navigator has multiple options to search for assets.
Image RemovedImage Added
Fields for filtering:
- Asset Type: Select Asset Types or asset type schemes (a group of asset types) for filtering
- Asset Name: Write asset name for filtering
- Any field: Write a text for filtering for any field including attachment names.
- More fields: Add system fields or attributes for filtering.
For quick and easy searching use Any Field option.
Search
forfor Wildcard Text Searches
Text fields allow for wildcard searches.
The single character wildcard search looks for terms that match that with the single character replaced. For example, to search for "text" or "test" you can use the search
te?t
Multiple character wildcard searches looks look for 0 or more characters. For example, to search for test, tests or tester, you can use the search:
tes*
You can also use the wildcard searches in the middle of a term.
te*t
Example
We have two assets and their names are
- Server alpha test
- Alpha server test
- App tester beta
When we search:
Search keyword | Result | |
---|---|---|
te* | Both 3 assets | add an asterisk at the end |
test* | Both 3 assets | |
te | Nothing | |
test |
| |
server test |
| |
"server test" |
| Query between double quotes |
tester |
| |
teste* |
| |
tes? |
| Only one character matches for question mark, so "tester" does not return. |
Search keyword
keyword: te → nothing returns
Please refer to Lucene's official document for wildcard searches.
Exact term search
When you surround text search terms with double quotes (i.ie "pandas and monkeys"), only exact matching results will be displayed.
Search keyword | Matching attribute value | |
---|---|---|
"pandas and monkeys" | pandas and monkeys pandas and MONKEYS | Exactly must be the same. But not case sensitive |
pandas and monkeys | pandas monkeys pandas monkeys monkeys pandas | any tokenized word will match |
'and monkeys' | pandas and monkeys my and monkeys | Single quote matches only portion. |
Example asset name searching:Image Removed
Image Added
Not includes search
You can make a "Not" search on system fields and attributes.
Image AddedImage Added
Is empty search
Is empty search, brings assets that have no value for the selected system field or attribute.
Image AddedImage Added
Note: If you combine Not includes and Is empty, it makes Not Empty search.
Asset Navigator - System Fields or Attribute filter options
Asset navigator lets you filter assets by system filters or any type of attribute.
Image RemovedImage Added
Keyboard Shortcuts
List Navigation
Previous asset | Alt + j or Option + j |
Next asset | Alt + k or Option + k |
Previous page | Alt + g or Option + g |
Next page | Alt + h or Option + h |
Create and Edit asset
Open asset create page | Alt + a or Option + a |
Open asset edit page | Alt + u or Option + u |
Submit form | Alt + s or Option + s |
Cancel create/edit | Esc |
Attachments
Multiple files can be uploaded to an asset. Image attachments are displayed in image gallery.
Image Added
Image RemovedImage RemovedImage Added
Table of Contents |
---|