Actions
Defect #43666
closedredmine:email:receive_imap does not read issue attributes from the body of the email
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I'm following the official guide (https://www.redmine.org/projects/redmine/wiki/redminereceivingemails), trying to fetch ( IMAP ) and create new issues from emails.
Using Linux, launching redmine:6.1.1-trixie in docker (paired with postgres:14.5).
Allowed anonymous users to create an issue in the Redmine settings.
Created a project "test-project".
I use the body of the letter the same as the official guides:
This is a new issue that overrides a few attributes
[...]
Project: test-project
Tracker: Bug
Priority: Urgent
Status: New
For fetch, I run the following command:
docker compose exec redmine rake redmine:email:receive_imap \
RAILS_ENV=production unknown_user=accept \
host=<masked> starttls=true username=<masked> password=<masked>
and get this error:
E, [2026-01-12T10:54:36.953222 #161] ERROR -- : MailHandler: Validation failed: Tracker cannot be blank, Priority cannot be blank, Status cannot be blank
Actions