Hey,
I am having two transitions which I want to allow depending on the values of a Multi Select Field with these values:
Working Condition for Transition 1
Any of the following conditions:
Now I want to show Transition 2 only if value "a" is the single value of that field.
How could i do that?
Appreciate any help.
Many thanks...
Hi Tibor,
You can do this using the Power Scripts add-on. Sounds like you are using ScriptRunner though so that may not be an option. If it is an option let me know and I can post code and/or video on how to setup.
Of course you can do this with ScriptRunner, it's exactly what it was written for.
You just need a pair of conditions:
cfValues['MyField']*.value.contains("a") and cfValues['MyField']*.size == 1
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.