Actions
Feature #2507
closedEmail creation issues: assign-to parameter
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
2009-01-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
I miss the ability to assign issues created via email to specific team members. It would be very nice to write something like
[...] Project: foo Assigned-To: John Doe
in the email body and have the new issue assigned to John Doe automatically.
Related issues
Updated by Ewan Makepeace almost 16 years ago
I am pretty sure you can already but cant find the documentation. Example see this issue #2316
Updated by José Campos almost 16 years ago
No, I can't. Sorry.
I even checked out the code itself
/app/models/mail_handler.rb
and, though I don't know ruby, I can pretty much assure you that there is no support for Assign To (nor for Target Version, btw) parameter setup via email.
Updated by Go MAEDA almost 16 years ago
I submitted a patch to update assigned-to and some other fields. Please see #2702.
After applied my patch, you can update assigned-to field with mail address or login id.
Updated by Mischa The Evil almost 13 years ago
- Category changed from Email notifications to Email receiving
Updated by Go MAEDA almost 8 years ago
- Related to Feature #5594: Improve MailHandler's keyword handling added
Updated by Go MAEDA almost 8 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r3764 (Redmine 1.1.0).
Actions