Help us troubleshoot a NPS-related issue
Step-by-step guide
Set the DEBUG logging level for the following packages:
com.candylio.jira.plugins.nps.listeners
com.candylio.jira.plugins.nps.web.actions
com.candylio.jira.plugins.nps.manager
com.candylio.jira.plugins.nps.manager.schedule
com.candylio.jira.plugins.nps.activeobjects.repository
com.candylio.jira.plugins.nps.service
com.candylio.jira.plugins.nps.rest
com.candylio.jira.plugins.nps.job
To change the logging level, please follow the instruction below (extracted from this Logging and Profiling page)
Choose > System.
Select Troubleshooting and Support > Logging & Profiling to open the Logging page, which lists all defined log4j categories (as package names) and their current logging levels.
To change logging level of a category, click linked logging level associated with the relevant package name. To turn off logging of a category, click the 'OFF' link associated with the relevant package name.
Generate the support zip file that contains the log
Go to > System > Troubleshooting and support tools (under System support)
Basically, we only need 4 items:
Jira configuration files
Tomcat configuration files
Jira application logs
Tomcat logs
Please uncheck the other items to minimise the zip file size. Then click the Generate button at the bottom.
Once done, please attach the support zip to the support ticket (please raise a new one here if you haven't done that)Related articles