This Redmine plugin allows you to export issues to Microsoft Word files.
-
Clone into your plugins folder:
git clone https://github.com/masweetman/export_docx.git
-
Run
bundle update
-
Restart Redmine
-
Create a Micorsoft Word template. Refer to
template_example.docx
for details. -
Go to Administration –> Plugins –> Export DOCX –> Configure
-
Upload your template
This plugin is only meant for use with plain text. Markdown and Textile content will not be translated. HTML tags used with plugins such as redmine_ckeditor will not be translated. Maybe someone else can develop those features! But I have no plans to do it.