Hi all,
I only want a subset of users to be able to see the list of assets, but am having trouble constructing the AQL.
At first I thought of creating a group, but I actually think it might not be possible to query on? https://support.atlassian.com/jira-service-management-cloud/docs/configure-the-assets-object-field/#Filter-using-object-fields-from-within-the-issue
If I recreate the users in say a User asset list, could I provide them a field like "Accessible=true/false" which I can use ${reporter.label} to query on? (I was reading something similar with Organization?).
Thanks!