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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.