Hi, This is a very simple question from a non-progarmmer. I have a Checkbox custom field (e.g. Reset Type) and I want to use the fast track based on one of the checkboxes being checked. So if custom field "Reset Type" had checkboxes with values: "Citrix", "Support", how would I write the validator to know that they have selected "Citrix"?
This question has been asked quite a lot... the answer is:
cfValues['Reset Type']*.value.contains("Citrix")
Jamie, I seriously don't know what I would do without you!!! Thanks...it worked...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
;-) ... no problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Jamie Echlin [Adaptavist] , Is there a way to do the same with Jython?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting below issue, Please help me to resolve this.
groovy.lang.MissingPropertyException: No such property: cfValues for class: Script6 at Script6.run(Script6.groovy:1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tested both 'Yes' & 'No' selected in my scenario, and because it contains 'No' it transitioned. How could I also say....but does not contain 'Yes'?
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.