You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello community users,
I currently struggle on a customers requirement:
We have an inventory with laptops, smartphones and other devices in an Insight object schema. When a user reports an incident via the service portal, the agents want to see all of the users objects at first glance.
Currently, the user can pick an affected device via an Insight Object custom field, but some other incidents don't actually affect a device, so the field will be NULL. Such issues could be resolved faster when having information on all of the users devices on hand.
Basically show all objects of objectSchema = "Client Services" where User = currentReporter()
I am thinking about the Insight Readonly Object/s field, but am unable to configure it the right way. Any advice on how or other ideas?
Thanks, much appreciated!
Konstantin
Hi,
You are on the right track using a readonly Insight field. A good way to implement what you want is to use the filter assign scope to look for connected objects.
Filter Assign Scope (IQL): "User" = currentReporter()
Now the asset field will be updated when ever the reporter is changed or set. And the assets are shown on the issue view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.