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.
Is it possible to configure the Insight Read Only field to show multiple Insight objects?
For example: Let's say I have an Insight Object/s custom field which shows Application objects and is configured to allow multiple selections.
Each Application is related to potentially multiple Server objects. Each Server object may be related to multiple Contact objects.
If I choose multiple Application objects in my issue, I'd like to see in the Read Only field a display of all the related Contact objects be displayed.
Is this possible?
Yes that should be possible., if you can create an IQL for the list of objects to assign to the RO field, you can assign those objects.
I suspect you would be looking at something like this:
Assumption 1: the Application objects are selected in an insight custom fields called "Applications"
Assumption 2: Servers have Application attribute (Server appears as inbound objects on application objects)
Assumption 3: Servers have Contacts as an attribute (Server appears as inbound objects on Contact objects)
Filter Scope: objectType=Contact
Filter Assign Scope: object having inR(Application in ($Applications${0}}))
Awesome! Thank you! :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.