Skip to end of banner
Go to start of banner

Searching and JQL Functions

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Asset related issues can be searched via the "Assets" custom field or by handy AIP JQL functions.

Searching via custom field

Searching via custom field is as simple as any field in JIRA. In issue navigator, type custom field name (by default it is Assets) and use generic text search. Text search is not case sensitive.

Example JQLDescription

Assets ~ Laptop

Asets name like Laptop. Laptop2, MyLaptop or MyLaptop2 matches
Assets ~ 'My Laptop'You must enclose spaces or special characters in a string
Assets is not EMPTYIssues with Asset custom field has a value
Assets ~ '#55'Searches for Asset ID

 

JQL functions

As of now, there are three JQL functions bundled with Assets and Inventory Plugin.

Here are some samples 

issue in inventoryByAttribute("Memory", "8 GB")
issue in inventoryByAttributeIgnoreCase("First Name", "Tyler")
issue in inventoryByUserAttribute("Owner", "tylerdurden")
issue in inventoryByUserAttribute("Owner") // If you do not pass second attribute, logged in user will be used.

 

 

  • No labels