That's a "cascading select", not a "multi select". I'm not sure what you mean by "set off" when you're talking about doing something to the second column?
Hi Nic! I need the value of second column be required too. this value is used to set my SLA time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, thanks, that explains it.
I'm afraid you need code. If you have the Script Runner add-on, you can put validators into the workflow to force entry (my notes say the single line cfValues['your cascading field']?.values()*.value.size() == 2 will do it, but I did make those notes when working with JIRA 5). You might also be able to do it with the Behaviours function.
If you don't have Script Runner, you'll need to find or write another add-on to be able to provide a validator
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
noo code nooo!!! if I use Behaviours function, how is this work?
for the code, i need to a line for a option in my list?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies, I missed the response.
I don't use Behaviours enough to answer that directly. In general, I can tell you that you should create a new Behaviour, which you can tie to a field, and then put conditions on it like "is mandatory when it matches this rule". You may be able to use the code I gave for doing it in a validator.
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.