We need to run a custom insight script and we followed the steps:
1. Create the script file with filename "insight3.groovy" with only one line "log.info("Test");"
2. Save the file to "home\atlassian\jira\bin\Insight"
3. Go to "Whitelist Configuration" and add the file "Insight/insight3.groovy"
4. Create a post function (An Insight Groovy script will be executed) with File Path "Insight/insight3.groovy"
It does not work. Can you see what we do wrong?
Thank you
The problem is that log.info("XXX") does not work but log.warn("XXX") works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.