Hi,
I have a scripted field (created with Adaptavist ScriptRunner) that in some cases throws warning that I've definied with:
log.warn("Field change")
Is there a way to catch this warning message ("Field change") with script listener, since I want to add some additional funtionality when this warning is logged?
You can't catch a log message.
What you can do is to fire an event instead of writing a warning.
You can then add an event listener to do somthing on the event you have fired.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.