If you need help with the Git Integration for Jira app, please e-mail us: [email protected].
Please include the “Support Zip” that Jira produces for diagnosing issues.
Also include information about:
-
How long have you been experiencing this problem?
-
If there were any changes to the environment that would be notable?
You can produce the “Support Zip” by following the steps in this article or by accessing http://[JiraServerNameHere]/plugins/servlet/troubleshooting/view/
.
Jira Cloud does not have the Support Zip feature.
Memory warnings before GC
NEW! VERSION 4.0
This type of information can be obtained from the logs.
The memory warnings are added to the logs before GC tasks. This provides admins a window for monitoring memory issues. The following data is logged if the threshold is met:
-
amount of free memory in the Java Virtual Machine in bytes;
-
summary size of index files in bytes (for cloned repositories).
Administrators can view these logs and do maintenance routines if needed. You may send the logs to our support email for further analysis.
In order to see the log messages, you need to be sure that the logger severity for
'com.bigbrassband.jira.git.jiraservices.jobs'
(Jira settings ➜ System) is set up on the INFO or lower (please check it on http://<server>/jira/secure/admin/ViewLogging.jspa
– Jira settings ➜ Logging and profiling).