my jira version is 4.4.1
click "enable logging" to turn on logging in the behaviours plugin page.
then i searched out the JIRA installation location,can only find log files in JIRA\Atlassian\Application Data\JIRA\log.and found three log files:atlassian-jira.log,atlassian-jira-security.log,atlassian-jira-slow-queries.log.
open atlassian-jira.log,i didn't see any error messages about this plugin if i put wrong script into the plugin on purpose.
anyone knows how debug the plugin?
You should be able to see the logging done by behaviours if you have clicked on enable logging .
Try the below code in your script with logging enabled and try to find it in the atlassian-jira.log using CRTL+F ,
log.debug("--------------------This is to test Behaviours Logging----------------")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.