This plugin enables users to edit attachments from Redmine using ONLYOFFICE Docs.
The plugin is available in the official Redmine Plugins Directory.
djvu | doc | docm | docx | docxf | dot | dotm | dotx | epub* | fb2* | fodt | htm | html* | mht | mhtml | odt* | oform | ott* | oxps | rtf* | stw | sxw | txt* | wps | wpt | xml | xps | csv* | et | ett | fods | ods* | ots* | sxc | xls | xlsb | xlsm | xlsx | xlt | xltm | xltx | dps | dpt | fodp | odp* | otp* | pot | potm | potx | pps | ppsm | ppsx | ppt | pptm | pptx | sxi | ||
View | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Edit | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Create |
Before you proceed to the plugin installation, make sure you have an instance of ONLYOFFICE Docs (Document Server) that is resolvable and connectable both from Redmine and any end clients. Additionally, ensure that ONLYOFFICE Docs can directly POST to Redmine.
We recommend using Docker to install ONLYOFFICE Docs. Alternatively, you can follow these instructions for Debian, Ubuntu, or derivatives.
To install the plugin, you will need Redmine version 4.2 or higher, or version 5.0 or higher. It is also important to note that the plugin is compatible with Ruby version 2.7.2 or higher, or 3.0.0 or higher. We recommend using Redmine 5 along with Ruby 3.
Download the plugin:
curl --location https://github.com/ONLYOFFICE/onlyoffice-redmine/releases/latest/download/onlyoffice_redmine.tar.zst --output onlyoffice_redmine.tar.zst
Unzip it into the plugins directory:
tar --extract --file onlyoffice_redmine.tar.zst --directory plugins
Install the dependencies of the plugin if Redmine did not do it automatically:
bundle install
Perform the migration:
RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=onlyoffice_redmine
Read more about the plugin installation on the Redmine Wiki page.
Configure the plugin via the Redmine interface. Go to Administration -> Plugins, find the ONLYOFFICE integration plugin for Redmine and click Configure:
General Settings
Document Editing Service address. The URL of the installed ONLYOFFICE Docs (Document Server). Leave blank to disable the plugin.
Advanced Server Settings
Security
Editor customization settings
Formats
The plugin uses the ONLYOFFICE Docs API and is integrated into various Redmine pages, including Documents, Attachments, Files, Issue, News, Wiki, and Forums. Additionally, the plugin adds general pages such as "Create in ONLYOFFICE" and "Convert with ONLYOFFICE".
Documents
On the Documents page, users can open the attachment to view, edit, create, or convert it. The options displayed in the interface may vary depending on the user permissions.
Option | Permissions |
View | View documents |
Edit | View documents, Edit documents |
Create | View documents, Edit documents |
Convert: Save | View documents, Edit documents |
Convert: Download | View documents |
Attachment
On the Attachment page, users can open the attachment to view, edit, or convert it. The options displayed in the interface may vary depending on the user's permissions for the module where the attachment is located.
Files
On the Files page, users can open the attachment to view, edit, or convert it. The options displayed in the interface may vary depending on the user's permissions.
Option | Permissions |
View | View files |
Edit | View files, Manage files |
Convert: Save | View files, Manage files |
Convert: Download | View files |
Issues
On the Issues page, users can open the attachment to view, edit, or convert it. The options displayed in the interface may vary depending on the user's permissions.
Option | Permissions |
View | View issues |
Edit | View issues, Edit own issues |
Convert: Save | View issues, Edit own issues |
Convert: Download | View issues |
News
On the News page, users can open the attachment to view, edit, or convert it. The options displayed in the interface may vary depending on the user's permissions.
Option | Permissions |
View | View news |
Edit | View news, Manage news |
Convert: Save | View news, Manage news |
Convert: Download | View news |
Wiki
On the Wiki page, users can open the attachment to view, edit, or convert it. The options displayed in the interface may vary depending on the user's permissions.
Option | Permissions |
View | View wiki |
Edit | View wiki, Edit wiki pages |
Convert: Save | View wiki, Edit wiki pages |
Convert: Download | View wiki |
Forums
On the Forums page, users can open the attachment to view, edit, or convert it. The options displayed in the interface may vary depending on the user's permissions.
Option | Permissions |
View | View messages |
Edit | View messages, Edit messages |
Convert: Save | View messages, Edit messages |
Convert: Download | View messages |
View Or Edit In ONLYOFFICE
On the View Or Edit In ONLYOFFICE page, users can view or edit the attachment. The visibility of this page depends on the user's permissions for the module where the attachment is located.
Create in ONLYOFFICE
On the Create in ONLYOFFICE page, users can create the attachment using templates that consider the user's language preference. Take a look at supported formats. The visibility of this page depends on the user's permissions for the module.
Convert with ONLYOFFICE
On the Convert with ONLYOFFICE page, the user can convert the attachment. The visibility of this page depends on the user's permissions for the module where the attachment is located.