Documentation for JIRA 4.1. Documentation for other versions of JIRA is available too. 
![]()
When you enable file attachments, you allow users to attach files and screenshots to JIRA issues. This requires space on the server to save the attachments into. Note that attachments are not stored in JIRA's database and so will need to be backed up separately.
Configuring file attachments takes two steps:
Additionally, if you wish to allow users to attach a file when creating a new issue, you need to ensure that the 'Attachment' field is not hidden within the field configuration(s) associated with the specific issue type(s).
Before continuing — If you see the following message at the top of the page,
Changing the attachment, index, backup or restore settings is not allowed for security reasons. You must edit jira-application.properties and explicitly set 'jira.paths.set.allowed=true'. Restart JIRA and then the path settings will be able to be changed.
then you must first configure your JIRA installation to permit modification to its file path settings, or you will not be able to edit JIRA's file attachment settings.
To configure your JIRA installation to permit modification to its file path settings,
data/attachments sub-directory.
Changing your attachment path
If you are running a large instance of JIRA, you may wish to consider moving your attachments from the default directory under JIRA home to another machine. The directory which stores your attachments may need to hold a considerable amount of data. Hence, it may be more efficient for you to host the attachments on a separate network drive.
If you change your attachments directory, please ensure that it is given appropriate security, as described in Security Overview.
You now need to grant the 'Create Attachments' permission to appropriate users in the permission scheme(s) of project(s) for which you wish to allow attachments.
JIRA allows multiple files to be attached to an issue in one operation. From the 'Attach File' page, the user can toggle between multiple and single attachment screens by selecting the 'Attach multiple' files link. The attachment form will retain the multiple/single attachment preference for that specific user for the duration of the user's session or until manually changed.
The number of attachment 'boxes' to be displayed on the multiple attachment screen is set to 3 by default. To change this, edit jira.attachment.number in the jira-application.properties file, then restart JIRA. For details, please see ' Advanced JIRA configuration with jira-application.properties '.