Cascading select field (Type & Slot). Select one option in 'Type' & Select multiple values in 'Slots' under that Type.
I have a long list of values in Slot (for ex: 25 Slots for each Type), hence it would be difficult to apply Behaviour Script.
Any solution/workaround would be a great help. Thanks in advance.
If I understood all of the above correctly then I'm happy to share that I was able to implement something like your requirement describes in former times using Tree CF (https://marketplace.atlassian.com/apps/1219011/tree-customfield?hosting=server&tab=overview).
In case you are interested you could have a closer look at it on Marketplace and probably test it on a non-production environment if it suits your needs.
A cascading select list only has one value, you can't give it multiple ones. The database structure doesn't support it, let alone the back-end code or UI.
There's nothing you can do with Behaviours or even Scriptrunner directly, you'd need to write an app that provides a new custom field type.
What you could try with Behaviours is two separate custom fields, a single select and a multi-select. I think (I have not tried this) Behaviours could change the available options for selection in the multi-select based on the current selection in the single-select field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.