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.
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.