Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Done
-
6.7.2
-
None
-
JIRAXPORTER 2021 Sprint 9
-
Description
Whenever we try to edit or create a new template we are getting an error in the security validations.
Steps to reproduce:
- Create a folder for Jira home
- <your default directory>/data_jira
- Create a symlink of data_jira with the name data
- <your default directory>/data
- Create a new Jira environment
- When you have to enter the Jira Home use the path created in point 2
- After configuring Jira and installing Xporter 6.7.3 try to add a template or update.
or
- Go to an existing Jira home folder
- Create a symlink from the current Jira home
- go to <installation-directory>/atlassian-jira/WEB-INF/classes/jira-application.properties file
- Add the path to the Jira home directory like in the following example:
- jira.home = <Path to symlink>
- Start your Jira environment
- Try to add a or update template.
Actual result
The error message appears on dialog and log files.
Expected result
The template should be created or updated without any problem.