Plugin that correlate emails to the existing Redmine issues when recieved.
When Redmine recieved email.....
- Find issue that related to the email recieved.
- If subject includes ticket ID (ex. #123) or the mail is reply to the Redmine notification email then update the ticket. (This is Redmine default.)
- This plugin checks
Message-Id
andReferences
headers. IfMessage-Id
orReferences
incluedes knownMessage-Id
, update the ticket related to the knownMessage-Id
. - If the email seems to have no relation for existing ticket, create a new ticket.
- Save
Message-Id
and related ticket(updated or created) ID to the Redmine database.
http://d.hatena.ne.jp/coolstyle/20110708/1310100053
Tested on Redmine v3.3.1
$ cd /your/redmine/plugins
$ git clone https://github.com/smallfield/redmine_mail_integration.git
$ bundle exec rake redmine:plugins:migrate NAME=redmine_mail_integration