Hello there
We have an Assets object/s field called ITOPS Location.
That field is meant to show the Location (country) of the Reporter.
We also have an Asset called BambooHR Typeformers and Location is an attribute of the Object.
the field is currently configured like this:
The field is showing the username/email of the reporter
What AQL i can use to show in ITOPS Location only the Location and not also the username?
Thanks
Regards
I found the solution
Filter scope (AQL): objectType = "Location"
Filter issue scope (AQL): object HAVING inboundReferences("Jira User" = ${reporter})
Allow search filtering by these attributes: Location
Object attributes to display on issue view: Location
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.