luismaia/redmine_email_fetcher

allow_override not work for "project"

Closed this issue · 1 comments

Hi, i test allow_override, but it don't work, the key word is "project", but always it set to default project, an example of body of mail is:

Project: B Project
Tracker: Support
Priority: Moderate
Status: New

But the ticket is created always in default project.

navegador1

I know this ticket is old, but I think the problem is you are using the friendly name "B-Project" instead of the project identifier e.g. "b-project".

As per https://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails#Fetching-emails-from-a-POP3-server:

The target project can be specified using the project option when receiving emails. This should be the identifier of the project and not the name. You can easily find the identifier in the URL.

If you no longer have this problem, please consider closing this issue.

Thanks