Can I create ScriptRunner scripts that can be added to the Advanced Space Functionality section of Space Tools so that a Space Admin could run them?
Hi @Soumya Rajeshkumar ,
To see the logs for the behavior script please import logger package like
import org.apache.log4j.Level
import org.apache.log4j.Logger
def myLog = Logger.getLogger("com.jira.groovy.behaviour")
myLog.setLevel(Level.DEBUG)
myLog.debug(" Custom message write here")
Thanks a lot, but the script is not working . Need a solution for that also
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.