Problem with ReceivingEmails with Attribute assigned_to
Added by Lakshmikantan Gandikota over 13 years ago
Hi
I have configured my server to receive issues via email. Below is the command.
rake redmine:email:receive_imap RAILS_ENV="production" host=<IMAPHOST> username=<USERNAME> password=<PASSWORD> \ allow_override=project,tracker,status,priority,category,fixed_version,start_date,due_date,estimated_hours,done_ratio,assigned_to
In the mails content, if I provide the details as below, rake task is able to read all the attributes, except, assigned_to and start_date.
Is there any overrides that I need to mention?
project:projname assigned_to:email@domain.com tracker:Feature priority:Urgent start_date:2011-03-31 [Email body...]
Thanks for any help in advance.
Regards
Laks
Replies (1)
RE: Problem with ReceivingEmails with Attribute assigned_to - Added by Felix Schäfer over 13 years ago
Make sure the user can be set as assignee in the ticket, don't know about the start_date.