HugoHasenbein / redmine_issue_to_email

Plugin for Redmine to export issues as an email with attachments almost like a webarchive file
https://www.redmine.org/plugins/redmine_issue_to_email
GNU General Public License v2.0
5 stars 0 forks source link
attachments email export exporter inline issue redmine redmine-plugin

redmine_issue_to_email

Plugin for Redmine. With only one click bulk export issues to email containing all attachments as email attachments. Email issues look like real issue with clickable attachments.

PNG that represents a quick overview

Use case(s)

[…]

Features

Install

  1. download plugin and copy plugin folder redmine_issue_to_email go to Redmine's plugins folder

  2. go to redmine root folder

bundle install

bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_issue_to_email

  1. optionally add to /config/application.rb

config.active_job.queue_adapter = :sucker_punch

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

Uninstall

  1. go to redmine root folder

bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_issue_to_email VERSION=0

  1. go to plugins folder, delete plugin folder redmine_issue_to_email

rm -r redmine_issue_to_email

  1. delete from /config/application.rb

config.active_job.queue_adapter = :sucker_punch

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

Use

Save!

Now you can right click an issue or on many issues at a time in the issue index view export your issues. Issues will be saved to the destination configured in it's project.

Have fun!

Localisations

Change-Log