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.
Hey guys! JSM and asset management related question!
Our Insight configuration has three object types: Properties, Routers and PV Systems. Properties contain references to both other object types.
In JSM we have a Defect report for users to raise issues regarding properties. It starts by asking them to select a property (which is a custom field that lists the objects in Properties). It also asks what the affected technology is, Routers or PV systems.
I have tried to set an automation in the following way:
The field value is an asset custom field that points to the Routers object. My idea is to grab the Property object value that was entered in the request, and access its Router attribute that contains the value of the Router attribute.
I have tried the following in the set field value:
"Router"
objecttype = "Routers" and object HAVING inboundReferences("Property" = {{issue.Sero Properties.defaultValue}}).
But I'm having no luck here. And I don't understand if the problem is in the way I'm trying to set the value or the way I'm trying to access the custom field value that was entered!
Any help would be great!
Thanks guys!!