Feature #5622
closedAllow version to be set via incoming email
0%
Description
Hello,
My boss always assign the target version when he opens issues by email, and I always have to edit all issues he (or I) opened via email to set the correct target version and remove it from the description manually.
It would be easier if redmine parses the "Version:" tag and assign it correctly.
Thanks
Files
Related issues
Updated by Alexsandro Farias over 14 years ago
- Status changed from New to Resolved
Wael Nasreddine wrote:
Hello,
My boss always assign the target version when he opens issues by email, and I always have to edit all issues he (or I) opened via email to set the correct target version and remove it from the description manually.
It would be easier if redmine parses the "Version:" tag and assign it correctly.
Thanks
Updated by Felix Schäfer over 14 years ago
Wael Nasreddine wrote:
Ummmm Guys!! What's going on?
It seems Alexsandro is trying out the redmine here rather than on the demo site and I reverted it, sorry for not stating it explicitly.
Updated by Wael Nasreddine over 14 years ago
Felix Schäfer wrote:
Wael Nasreddine wrote:
Ummmm Guys!! What's going on?
It seems Alexsandro is trying out the redmine here rather than on the demo site and I reverted it, sorry for not stating it explicitly.
I kinda figured it out when I saw his Test defect :D, anyway no problem thanks for fixing it fast, hopefully it'll make it to redmine fast too :)
Updated by Wael Nasreddine over 14 years ago
- File 0001-Add-a-Version-keyword-to-receiving-email.-5622.patch 0001-Add-a-Version-keyword-to-receiving-email.-5622.patch added
I've created a patch myself, the "Version" keyword is now parsed and correctly assigned, however the version must already exist, if the version does not already exist, it's ignored...
I plan on to extending it to create a Target Version if one doesn't exist, but I prefer if Eric or someone else do this part because I'm still too new to RoR...
Updated by Wael Nasreddine over 14 years ago
- File 0001-Add-a-Version-keyword-to-receiving-email.-5622.patch 0001-Add-a-Version-keyword-to-receiving-email.-5622.patch added
- % Done changed from 0 to 50
I would appreciate it if someone would remove the first posted file because the unit test file is not indented correctly (using tabs not spaces)
Sorry.. :(
Updated by Wael Nasreddine over 14 years ago
- File 0001-Add-a-Version-keyword-to-receiving-email.-5622.patch 0001-Add-a-Version-keyword-to-receiving-email.-5622.patch added
Damn IDEs :(... voilà, the correctly indented file, saved you 2 minutes...
P.S: It would be interesting if I could remove my own attachments...
Updated by Eric Davis over 14 years ago
- Status changed from New to 7
- Target version deleted (
1.0.0 (RC)) - % Done changed from 50 to 0
I'm getting some test failures with this patch. Can you update to the latest Redmine trunk, reapply your patch, and try running the MailHandler's tests?
1) Failure: test_add_issue_note(MailHandlerTest) [test/unit/mail_handler_test.rb:253]: <false> is not true. 2) Failure: test_add_issue_note_should_send_email_notification(MailHandlerTest) [test/unit/mail_handler_test.rb:277]: <false> is not true. 3) Failure: test_add_issue_note_with_attribute_changes(MailHandlerTest) [test/unit/mail_handler_test.rb:262]: <false> is not true.
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from 7 to Closed
- Target version set to 1.1.0
- Resolution set to Fixed