Display assets
Info
The Assets are available only on Jira Service Management Premium and Enterprise plans.
- Click on the Apps in the top navigation, choose Perspective.
- Click on App Settings in the left panel.
- Select Asset Access Token and provide credentials.
- Go to Forms and add a Asset field.
- Select Object scheme, provide AQL to select assets to display.
- You can use AQL to bind assets with customer account. Read more about binding below.
- Select Display attributes to show.
- Save the changes.
Bind by User object
In each asset, you can define attribute of type User. You can make a binding between customer and assets by the AQL below. CurrentUser function will be replaced with the customer account ID.
Holder = currentUser()



Bind by Object


In each asset, you can define attribute of type Object. It’s a reference to another object in Assets. You can make a connection between customer and assets by below AQL. CurrentUser function will be replaced with the customer account ID.
Owner.user = currentUser()