I'm looking into using Jira Assets to make a system/service/product/program directory/catalog.
Now each system is owned by a team, and every team has their own Service Management Project.
When the user i in a customer portal, based on the portal/project I would like to only show the systems that that team owns.
Any recommendations on how to do this filtering?
Hey @hvgab
Assuming you have structured your object types like so:
You can configure your Asset custom field with the following AQL Filter scope
objectType = System AND Team.Project = currentProject()
This will filter the Assets field to only include System objects with a team linked to the current project.
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.