I'm on Server. Can I evaluate or buy the app from you directly?

No, you can't buy the Server version of the app, but we have a solution for your use case. Despite the new server app sales ended, you can buy or generate a trial Data Center license for Smart Attachments and install it on your Jira Server instance as they are compatible.

Does your app support document versions?

Yes, the app supports document revisions. You can upload files with the same name and the app will automatically match it to the parent document. You can also select a document revision manually from files already stored in the issue.

Can I limit access to my files for Jira users?

Yes, you can limit access to specific categories. You can restrict access to categories for specific users, user groups, and project roles. The app can also restrict access to categories on the basis of values from the single and multi user / user group pickers.  In this case, the visibility of your categories will be dynamically based on values of these fields.

Does your app keep document revisions like in Confluence?

Yes, the app matches files by name and keeps them as a tree of revisions.

Does your app provide bulk operations?

Yes, the app provides bulk operations for deleting, moving between categories, sending by email, archiving and downloading attachments.

Can I keep documents within the project itself, not in issues?

Yes, the app provides the project storage. You can manage its structure and upload folders with files with the automatic folder structure recreation. Your teammates can instantly locate project documents in one place.

Why cannot I delete attachments or attachment revisions?

You may not be able to delete attachments in the following situations:

  1. the issue is closed and due to your workflow no modifications can be made with it since then;
  2. you do not have a permission to delete own or all attachments in the project.

Why cannot I delete the document with revisions?

You are not able to delete the document that contains revisions loaded by other users if you do not have a permission to delete all attachments in the project.

What will happen to attached files upon uninstallation of the app?

They will remain in JIRA issues as standard attachments.

What will happen to attached files upon removal of the category?

 They will be stored in JIRA issues as uncategorized.

What is the purpose of using categories?

The add-on provides a convenient way of showing attachments grouped by categories in JIRA. 

For example, categories will be useful:

The add-on allows you find its applicability to any sphere of your activity. 

I want to see a preview of PDF, DOC, DOCX, and XLSX attachments in the Jira issue in the Thumbnails view of the app. How to enable it?

Our app doesn't affect the preview of attachments. It depends on the Atlassian Jira limitation. You can vote for this request in the Atlassian backlog.

Recovery of Jira backup fails on Oracle database with Smart Attachments installed

This is a known issue for Smart Attachments add-on when using it along with Oracle database.

As a temporary workaround, please do the following:

  1. Open the backup archive.
  2. Locate the activeobjects.xml file.
  3. Open this file and locate the THREAD_ID field of the AO_D4B4E5_FV_COMMENT table.
  4. Change from autoIncrement="true" to autoIncrement="false".
  5. Save the archive with modifications.
  6. Perform the JIRA recovery from the updated backup.

How to disable comment threads?

Please ensure that you are using Smart Attachments 1.16.7 or newer versions before disabling this component.


  1. On the JIRA menu, click the cogwheel icon.
  2. Select Add-ons, then select Manage add-ons.
  3. On the list with installed add-on, locate Smart Attachments and expand its section.
  4. Locate the link with enabled modules and click it.
  5. On the list with modules, locate the FileViewer Integration Resource(fileviewer-integration-resource) module.
  6. Hover over it and click Disable.

Can I migrate the app data by the site import method?

Our migration documentation mentions only the JCMA migration method. If you're considering the site import method,  the app data will not be migrated with this method. You don't need to have all the projects migrated with  JCMA to migrate the data about the apps categories (their IDs and names). The migration of one project will be enough to transfer the category data.

I have an error (HTTP Status 405 – Method Not Allowed) with Smart Attachments for Jira 2.14.X

For Jira 9.X you'll need Smart Attachments 2.14.X.

If you have an issue with it, please, check for the app configuration in the Manage apps section. By default, our app has 82 out of 83 modules enabled.

The *​attach-cat-webwork-jira-8* module should be disabled. When enabled manually, it can cause an issue in your Jira environment.

Can I limit the ability to enable the project storage for project admins?

we don't have this functionality but we can suggest a workaround. You can disable the storage in all the projects and then use a CSS to block the ability for project admins to enable the toggle for the project storage activation.

Use this CSS to disable the toggle for all projects:
#app-container[data-section="storage"] label { 2 pointer-events: none; 3}

Use this CSS to disable the toggle for a specific project (projectkey - TP here):
#app-container[data-section="storage"][data-project-key="TP"] label { 2 pointer-events: none; 3}

Known issues

Upon cloning an issue with attachments, the restricted attachments become unrestricted in the newly created issue

Jira doesn’t provide any information about cloning issues, and our app can not track when exactly attachments are created after cloning an issue.
A workaround is to restrict cloning issues.

Attachments are going into the wrong category on a transition screen when added via drag-and-drop

Our app listens to the general Jira workflow events. If you have a custom event fired on the post function, the app's behavior may be unexpected. You need to estimate the possible impact of such changes.