Troubleshooting
What you will learn here
On this page, you will find instructions on troubleshooting and enabling logging.
If the working process fails, you can utilize the audit log to identify errors and attempt to run it again
As an administrator, you can also review the log file for additional information
Enabling logging
Logging can be useful for the diagnosis of errors with unclear causes and helps us to solve problems faster. If an error occurs in our app, please send us your Jira log file. This How-To describes the steps to create the required log files.
For all the following procedures, you must be logged in as a user with the Jira Administrators global permission.
Choose > System.
Select System Support > Logging & Profiling to open the Logging page, which lists all defined log4j categories (as package names) and their current logging levels.
To set the logging level for another package, choose the option to Configure the logging level for another package.
Specify the package name: com.mgmtp.jira.app.gm
and the logging level: DEBUG
Click “Add” to save the new log level.
Continue to use Jira to reproduce the error condition, so that the necessary log entries are created. This will help us understand what happened.
After sending the file, you should re-open the "Logging and Profiling" page and either turn logging off for com.mgmtp.jira.app.gm package or set it to "WARN" (recommended). Excessive logging may affect performance.