Dear all,
I have a class object define in a groovy file named NewUser as below :
import org.apache.log4j.Logger
import org.apache.log4j.Level
class NewUser{
NewUser(Issue issue, boolean Prod)
{
log.setLevel(Level.DEBUG)
}
}
I need to record different log information from that class but when setting the log.SetLevel, I get an error saying :
No such property: log for class: ServiceRequest.NewUser
Any idea why it cannot find the log property ?
regards
According to this: https://docs.adaptavist.com/sr4jc/latest/scriptrunner-migration/feature-differences ... behaviour is not a feature of Scriptrunner for cloud yet due to limitation on what Atlassian allows plugins to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.