I know how to list the assets assigned to the reporter as a drop down where the user can select one or many assets to attach to a ticket. However, I'm looking to see a list of all the assets assigned to the reporter without having to select them all. Something like a side panel of all of their assets. Is this possible? Trying to avoid having to jet out of JSM and go into assets to see all of there assets.
If there is a way to have a direct link to the individuals asset profile within JSM would also work.
This is how I want it to look without having to select anything:
Hi @TheClarinetGuy144 ,
Welcome to the community!
It seems like this is two requests in one
1. Upon creating a request the user should be able to choose an object that is connected to them
2. As an agent see all assets connected to the reporter without having to step over to Assets and search.
If you...
Then you can...
In this example I limit it to "device" but so long as the reporter is via their user object is connected to any type of asset it can be visible in the asset field.
I wrote a couple of articles that have a similar use case. see
How to use Assets and Jira SM for use case Reporting broken hardware
Using the location of a Jira user
The articles mention importer apps to Assets but that is only when you wish to sync data from an external source. The principle about automations and asset custom fields is the same.
best regards
Lisa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the confusion.
I am able to list al of the assets for the users and they can select. However. However, I want to auto-list ALL of the assets WITHOUT having to select each one. See the example below. Is there an automation or something I need to include to populate this field so all assets are selected/listed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aha, you need an automation to fetch the objects automatically. It won't be fetched until after the issue is created though.
I would have tested:
Trigger = Issue creation
Conditions - I would have added some conditions to the automation
Then = Edit issue fieldsChoose your "User Assigned Asset" field and then apply AQL something like
"Assigned User" = "{{reporter.displayName}}"
I would have limited the AQL to objectTypes of certain types, but I don't know how you structured your Schema.
Not sure I have done this before, I'd be curious to see if it can fetch all, or just fetch the first one.
good luck
/L
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.