Managing attachments in JIRA applications
The content on this page relates to platforms which are not supported. Consequently, Atlassian Support cannot guarantee providing any support for it. Please be aware that this material is provided for your information only and using it is done so at your own risk.
Symptoms
As the number of issues grow in JIRA applications it may be required that JIRA application home directory disk space get filled up due to large number of attachments added to the issues.
Cause
The drive which is hosting the JIRA application home directory is running out of free space.
Resolution
There are multiple approaches that can be taken here.
Moving the home directory
Attachments are stored under the data
directory in JIRA application home directory as explained here. So in order to have attachments stored in an another directory the JIRA application home directory can be moved to a different location as explained below.
- Shutdown JIRA applications
- Copy the existing JIRA applications home to the new location of your choice
- Run the JIRA application configuration tool to point to the new JIRA application home directory you made in the previous step.
- Restart JIRA application.
- Once JIRA application is running successfully using the new JIRA application home, the older directory may deleted.
Linking the attachment directory
In Linux systems it is possible to link the JIRA_HOME/data/attachments
directory to another path which has sufficient disk space.
Do remember to copy the existing attachments to the new path while creating the link.
Shutdown your JIRA application before making the path changes.
Archiving/Moving of older attachments
It is also possible that attachments related to older issues which are not required anymore can be moved out to a different path in a regular basis from $JIRA_HOME/data/attachments
.
Please note that the JIRA application will throw an error if an attempt is made to access the attachments which are archived out.