Hi guys.
Can you help me?
I Would like compare two number field (Valu_A) (Value_B) if it is different, do not open an issue.
Its possiblle? I usually use Scriptrunner...
Thanks.
Hi @Fernando Passos ,
you can do that by a custom scripted validator on creation in your workflow.
Add a validator "Simple scripted validator [Script Runner]" with the following code :
cfValues['Custom Field A'] != cfValues['Custom Field B']
Please add field names at your convenience.
It should work,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're welcome @Fernando Passos ;)
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.