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.
Hi,
Suppose I have the following Insight object structure:
Company <- Contract <- Device
The Company has 0 or more Contracts.
The Contract belongs to 1 Company.
The Contract includes 0 or more devices.
The Device belongs to 1 Contract.
On the create issue screen (in customer portal also) I want to user have TWO posobilities at the same time:
1) Select Device only (eg. by serial no) and then Contract will be filtered and set according to the selected Device. The user knows the device, but does not know which contract it belongs to.
2) First select Contract and then optionally select Device (Devices will be filtered according to the selected Contract).
How can this be achieved?
Insight Server placeholders don't support conditional logic. All it really supports is not showing any objects in a dropdown until users choose an option in a related field.
You'd really have to do something tricky with Scriptrunner behaviours or Extension for Servicedesk to get this to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.