Defect #23199
closedredmine:email:receive_imap change status did not work
0%
Description
Hello,
when I or a customer create a ticket via email with the following command:
rake redmine:email:receive_imap RAILS_ENV="production" host=*our host* port=993 ssl=SSL username=*Username* password=*password* project=it-test tracker="Service Call" status="update" allow_override=project,tracker,priority,category,status
so everything works fine.
The Ticket will be create with the Status "update"
The Problem will start now, after someone changed the Status of the Ticket, for Example "in Progress" or "Resolved"
and the costumer write an answer to his Ticket (in the Subjekt: "AW: [IT-Test - #642] status2")
the status will not change to "update" back after I run my command again.
The Comment will be updated, but not the Status,
That is a big problem after a Ticket is closed... nobody see the update.
Is this a bug that the status will not change by an update via Mail?
And have anyone a solution for me? For example reopen a case after the status is closed, or open a new one?