Hi Team,
I want to add error message suppose for resolution field that make mandatory.
If we keep blank and we proceed next it should show error message "Resolution is required".
so, that error message we want to add using only ScriptRunner by writing the code.
Thanks.
@Pankaj you would need to use
throw
new
InvalidInputException(
"Error message"
)
Here is a documentation which you can refer to:
I hope it helps!
You don't really need this for resolution - you can't leave it blank.
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.