Hello,
Looking for help in a scripted field for scriptrunner.
I have two number fields:
Incorrect
Correct
In the scripted field, I'm trying to do this If/Else equation:
IF:
Correct && Incorrect do not equal zero:
return the number from this equation:
Correct/(Incorrect + Correct) * 100
IF:
Incorrect equals zero && Correct does not equal 0:
return the number 100
Else:
return the number 0