Hi,
we would like to adjust the email notifications that are sent by Tempo using the Scheduler. Is that possible somehow?
Thank you very much for any suggestions.
Added the following to my groovy script (called as a post function after the issue is created) and the only message in the log is the "warn" message. import org.apache.log4j.Level import org.apache.log4j.Logger Logger.getLogger("com.onresolve.jira.groovy").setLevel(Level.DEBUG) log.warn "warn - in membership-report.groovy" log.debug "debug - in membership-report.groovy"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should be: log.getLogger("com.onresolve.jira.groovy").setLevel(Level.DEBUG)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
actually ignore that, just run the script in the wiki page alone, that should set the level to debug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've had the same problem recently
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.