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

Version 1 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 the asset list will be automatically displayed.

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")

 

 

  • No labels