Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using Redmine's incoming email feature to create new issues however I'm running into problems passing in the start date and due date of the issue from the email.

This is the rake script:

rake -f [redacted other options] allow_override=start_date,due_date

Here are the relevant parts of the email:

Start date: 11/12/2012 
Due date: 11/15/2012

For some reason, all the other fields are passed through properly (including custom fields) however these two fields refuse to go through. Any ideas as to how to properly pass through start and end dates for Redmine issues?

share|improve this question

1 Answer

After some additional testing, it's apparent that the date format for email submissions MUST be yyyy-mm-dd (regardless of the user-specified date format in the global settings)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.