...
In issue navigator, type custom field name (by default it is Assets) and the asset list will be automatically displayed.use generic text search.
Example JQL | Description |
---|---|
Assets ~ MyLaptop | Asets name like MyLaptop. MyLaptop2, ABCMyLaptop or ABCMyLaptop2 matches |
Assets ~ 'My Laptop' | You must enclose spaces or special characters in a string |
Assets is not EMPTY | Issues 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.
...