Skip to content

Use original issue id in emails but create a new issue and add a related-to link to the original issue

License

Notifications You must be signed in to change notification settings

Hypernova-Oy/redmine_private_email_support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine_private_support_email

Installation

  1. Pull the repository into redmine/plugins/
  2. Restart Redmine

Configuration

  1. Administration -> Settings -> Issue tracking

Enable Allow cross-project issue relations setting.

Rake task

rake redmine:email:receive_imap RAILS_ENV="production" host=imap.mail.com port=993 ssl=SSL username=support@company.com password=my-very-secret-password folder=Tickets project=support-emails tracker=Support unknown_user=accept no_permission_check=1

  • Host = your IMAP server
  • username = IMAP username
  • password = IMAP password
  • folder = IMAP folder
  • project = target Redmine private project
  • tracker = new issues will have this tracker type, e.g. Support

About

Use original issue id in emails but create a new issue and add a related-to link to the original issue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages