JWT for Jira Cloud comes with dedicated functions to retrieve asset-related data.
Available functions
| Function | Short description | Output |
|---|---|---|
| getAssetsFromAQL() |
Returns the Asset object key(s) of a given AQL expression. |
TEXT LIST |
| getAttributeFromAsset() |
Returns the Asset object attribute value(s) of a given asset. |
TEXT TEXT LIST |
| getNameFromAsset() |
Returns the Asset object names(s) of given asset(s). |
TEXT LIST |