Hello
I have a question I am currently setting up our asset management.
I now need the following field for various reasons ->
Location Devices:
All devices from the location where the USer is located should be displayed here.
Example: Person A has the location New York.
If person A presses the field, all devices in the New York location should be listed.
I currently have two schemes
1) AD Azure (from a plugin) with the object types Users Locations
2) IT Asset Management with several object types.
Here there is an attribute ‘User’ which is of the type ‘Users’.
Does anyone have an idea how I can realise this?
Hi @Dominik Hebestreit and welcome to the community,
In my case the following AQL did the job:
objectType in objectTypeAndChildren(Infrastructure) and object having outboundReferences(objectType = Location and object having inR(objectType = Employee and "Jira User" = currentReporter()))
Keep in mind that my config was the following:
Now based on your setup you might want to adjust the above AQL. On my instance and based on my config it works as expected.
Let me know if you have got this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice to know that @Dominik Hebestreit!
If that solved your problem, kindly accept my answer in order to help others in the community with similar questions.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.