Actions
Feature #2768
closedAbility to Pass The project id for Issue Creation by email
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
2009-02-17
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Description
Hi,
I am doing the functionality of Issue Creation by email using rake task method
i am executing the following rake task
rake redmine:email:receive_imap RAILS_ENV="production" host=mail.ohum.org port=993 ssl=1 username=myusername password=mypassword project=charityportal1 tracker=Tasks status=Open Priority=Critical allow_override=project,status,tracker,priority
Here i am able to pass everything,project idenifier,status,tracker and priority .The Email's subject will be stored as issue subject,email description is stored as issue description.Everything is ok
Is it possible to Give the Project id in Email SUBJECT LIKE SO that the value 1 will be retrieved from email subject and issue will be created on passed project id
Related issues
Actions