dont load task correctly with input mail
Added by jose luis sanchez about 8 years ago
HI,
I have the Redmine 3.3.1.stable version.
we include a mail with these message in a body:
project: foo
tracker: Tareas
priority: Urgente
status: Resuelta
Assigned to: mailto:jlblasco at accelya.com
category: ticket
start_date: 01/11/2016
due_date: 15/11/2016
Target_versión: miversion1
estimated_hours: 20
done_ratio: 20
and execute in command line:
rake redmine:email:receive_pop3 RAILS_ENV="production" host=email.accelya.com port=995 username="----@myacounta.com" password="lwpasswd." ssl=true project=test allow_override=project,tracker,status,priority,category,assigned_to,fixed_version,start_date,due_date,estimated_hours,done_ratio --trace
and the result it's:
- create a nee task in a exist project foo - correct
- the tacker Tareas - generate correct
- generate with urgente priority - correct
but:
status: Resuelta
Assigned to: jlblasco at accelya.com
category: ticket
start_date: 01/11/2016
due_date: 15/11/2016
Target_versión: miversion1
estimated_hours: 20
done_ratio: 20
don't generate this data, only the default data.
What happens?
I don't know where it's the problem.