Patch #2702
closedmail_handler_update: added ability to update some fields / Import custom fields values for issue updates
0%
Description
This patch add ability to update these fields via e-mail.
- start_date
- due_date
- done_ratio
- estimated_hours
- assigned_to
And make the feature to import custom fields work when updating a issue, not only when creating a issue.
Files
Related issues
Updated by Go MAEDA almost 16 years ago
- File mail_handler_update.diff mail_handler_update.diff added
Removed unused and buggy codes. Please don't use previously submitted patch.
Updated by Stephanie Collett over 15 years ago
+1 It would be nice to change the assigned user by email.
Updated by micah anderson over 15 years ago
Wouldn't these fields be more consistent if they were:
Start_Date
Due_Date
Done_Ration
Estimated_Hours
Assigned_To
instead of the lowercase versions that this patch provides?
The other keywords must be uppercase (such as Project, Status), so making these lowercase seems like it would lead to confusion.
Also, I assume the underscore is there because it would not otherwise be possible with a space?
Updated by Mischa The Evil almost 13 years ago
- Category changed from Email notifications to Email receiving
Updated by Sergey Sheavy about 12 years ago
I have these patches. But it still does not work for me.
May be I should apply them somehow?
Thank you.
P.S. Sorry for off-topic.
Updated by Go MAEDA almost 8 years ago
- Related to Defect #6110: MailHandler should allow updating Issue Priority and Custom fields added
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
- Related to Feature #5595: Allow start date and due dates to be set via incoming email added