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