Project

General

Profile

Using email to create issues

Added by Eric Diaz over 11 years ago

Hi

i'm trying to create issues from email as described in the wiki.
i succeeded to create issues by raw email until now.
But i'm not able to choose the tracker and the priority of the issue when i create it.

It seems Issue attributes are not read by redmine.

The email i used :
_bonjour
le probleme survient au lancement de l'application
blabla

Project:test2=20
tracker:Demande=20
priority:Urgent=20
Statut:Test=E9=20
Assigned to : DIAZ Eric
Ticket suspendu:Oui
Numero CAP:AC160-789456_

Issue attributes Project and Numero CAP (custom field) are well understood by redmine.
The others are not.

In my issue, i can see :
_Description

bonjour
le probleme survient au lancement de l'application
blabla

tracker:Demande
priority:Urgent_

Do you know why these Issues attributes ar not used by redmine ?

Regards

Redmine 1.4.4 on linux


Replies (1)

RE: Using email to create issues - Added by Eric Diaz over 11 years ago

Problem solved.

Kinf od strange solution but I have to fix default value for each issue attribute and to override them

Example :
Doesn't work
rake redmine:email:read RAILS_ENV="production" <test_email.txt

work
rake redmine:email:read RAILS_ENV="production" priority=Urgent tracker=EVOLUTION allow_override=tracker,priority<test_email.txt

    (1-1/1)