Actions
Defect #6694
closedBug in project name when create issue by email
Status:
Closed
Priority:
High
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
2010-10-18
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I think you must replace the code in the function Project.find_by_identifier Project.find_by_name
otherwise it is impossible to create issues via email in case if the ID is not equal to the name of the project
app/models/mail_handler.rb
def target_project
Project.find_by_identifier change to Project.find_by_name
Related issues
Actions