Hi Jamie,
we are using script runner plug-in and we have requirement on all transition like: "Message Integration Change Type"(Multi select Field) is required if "Message Integration Change" (Multi select Field)is not blank.
Please let us know the script systax to add above validation.
Thanks In Advance.
Regards,
Suresh.
Something like
if (cfValues["Message Integration Change"]) { return cfValues["Message Integration Change Type"] as Boolean } true
but you really need to test for yourself.
It is working.Thank you so much Jamie.
we have an one more requirement like.
1."Message Integration Change" multiselect - values are "Requested" and "Approved."
2."Message Integration Change" field value 'Approved' need to be set by only particular group.
3. When ever "Message Integration Change Type" field value is selected or changed,we need to notify mail to particular group.
4.we do not allow state transitions to "Development", "Testing", or "RCT" if the "Message Integration Change" is set to Requested.(can we show error message, while moving to those status,"Message Integration Change" is need to be set "Approve" to move forward status)
Could you help on this.
Best Regards,
Suresh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please ask a new question... multiple questions in the same question don't help anyone with a similar problem. thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jamie, The above script error message showing on only create screen.It is not show error message on all 'Transition' Screen. Can help us show error message on all transitions? Thanks your help. Regards, Suresh
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.