After a clean install of Jira 9.11 or above, Xporter is not able to generate reports.
This happens because the JAVA version that Jira instals is not compatible with Xporter or DocGen.
To mitigate this issue, JAVA version needs to be set to JAVA 11.
Note: If JRE_HOME is not defined, Jira will define its value using the JAVA_HOME value. |
If the JAVA installed is JRE:
SET PATH="\path\to\new\jdk\bin or jre\bin;%PATH%"
|
|
For Linux/Unix based operational system, using manual start:
If the JAVA installed is JRE:
If the JAVA installed is JDK:
|
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
How to change the Java version used by Jira | Jira | Atlassian Documentation
Bundled Tomcat and Java versions | Atlassian Support | Atlassian Documentation
|