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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.