I have the following issue.
I have a cascading field with the following options and sub options
And I have a custom field related to groups
I now want to setup the following automation rule
When I select Group A , I only want to see option A & B from the cascading field
When I select Group B, I only want to see option C & D from the cascading field
(I still need to be able select the sub options that belongs to the options)
Can I configurate this with automations rules or can I do this with scriptrunner?
Or is this not possible at all
Hi @Kris and welcome to the Community!
I think this should be possible using Behaviours, which is part of Scriptrunner.
There's an example on how to Dynamically show or hide a field based on another field's option.
So the trick is figuring out how to hide options.
Oh, nice. There's a setOptionVisibility function for that.
Since you're focused on hiding top-level select options, maybe that will be enough, but you'll have to give it a spin, and if it doesn't work, I'm guessing the fine folks at Adaptavist support ought to be able to help you out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.