How to Define "Due date" by create issues from emails?
Added by Spike Li over 2 years ago
Hi,
I was trying to create some issues by email. I know that I can define the issues' Project by the key word "Project" and the Subject is my mail title but I don't know how to define other parameters like "Due date" or tracker type.
Is there any other keywords to define them?
Thanks in advance for your help.
Best regards,
Spike
Replies (4)
RE: How to Define "Due date" by create issues from emails? - Added by Spike Li over 2 years ago
I found the keywords list in wiki. But the keywords "Due date" and "Start date" are not available.
Here is my command:
rake -f /root/redmine-4.2.7/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=imap.exmail.qq.com username=[user]@[mail].com password=[pswrd] port=993 ssl=TLS allow_override=project,tracker,status,priority,start_date,assigned_to
And my e-mail:
Project: test1 Tracker: 功能 Priority: Status: 新建 Assigned to: Spike Li Start date: 08/13/2022
And my "Start date" became a text shown on "Description". As the photo below.
WechatIMG140.png (97.9 KB) WechatIMG140.png |
RE: How to Define "Due date" by create issues from emails? - Added by Etienne BRETTEVILLE over 1 year ago
Same problem here. Tried it in different languages as I read Somewhere that it should be as the language of the redmine installation. But it doesn't solved the problem for me. Any progress on your side?
RE: How to Define "Due date" by create issues from emails? - Added by Go MAEDA over 1 year ago
The format of date fields should be YYYY-MM-DD.
RE: How to Define "Due date" by create issues from emails? - Added by Etienne BRETTEVILLE over 1 year ago
Go MAEDA wrote:
The format of date fields should be YYYY-MM-DD.
Thanks so much Go MAEDA it worked!