Project

General

Profile

Actions

Defect #2316

closed

Problem tags with email issues.

Added by Marcello Henrique over 15 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Email receiving
Target version:
-
Start date:
2008-12-11
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

I have problem with create issues over email, Priority, Tracker, Category don't work! I think problem is filter tags, I'm using:

Project: teste
Subject: Suporte ao usuário
Priority: Urgente
Status: Novo
Tracker: Suporte
Category: engenharia

Any sugestions?

Database: mysql-client-5.0, 5.0.32-7etch8
Language: ruby, 1.8.2-1
Framework: rails, 2.1.2
SCM: svn, version 1.4.2 (r22196)

$ ruby script/about
About your application's environment
Ruby version 1.8.5 (x86_64-linux)
RubyGems version 1.3.1
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Application root /home/redmine/redmine-0.8
Environment development
Database adapter mysql


Files

Screenshot.png (112 KB) Screenshot.png Priority and Tracker Problems Nourdine Nourdine, 2011-08-17 12:12
Actions #1

Updated by Marcello Henrique over 15 years ago

And Redmine 0.8.0.stable.1611

Actions #2

Updated by Jean-Philippe Lang over 15 years ago

Please describe how you receive the email in Redmine.

Actions #3

Updated by Marcello Henrique over 15 years ago

Jean-Philippe Lang wrote:

Please describe how you receive the email in Redmine.

Using RedmineReceivingEmails my config in postfix (/etc/alias) is:

redmine: "|/home/redmine/redmine-0.8/extra/mail_handler/rdm-mailhandler.rb -v --url http://redmine.cercomp.ufg.br --key keygenerate*"

keygenerate* => Go to Application settings -> Incoming emails, check Enable WS for incoming emails and enter or generate a secret key.

You need some more information?

Actions #4

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

The doc says:

-o, --allow-override=ATTRS     allow email content to override attributes
                               specified by previous options
                               ATTRS is a comma separated list of attributes

So you need to add --allow_override=tracker,priority,category option.

Actions #5

Updated by Marcello Henrique over 15 years ago

Ok, use now:

redmine: "|/home/redmine/redmine-0.8/extra/mail_handler/rdm-mailhandler.rb -v --url http://redmine.cercomp.ufg.br --allow-override=Tracker,Category,Priority --key ***"

and my email:

Project: teste
Subject: Criando Ticket via email.
Status: Novo
Tracker: Suporte
Priority: Alto
Category: Projeto
Description: Teste criando ticket via email. :-)

But don't work, work only Status: Novo.

Actions #6

Updated by Marcello Henrique over 15 years ago

  • Status changed from Closed to Reopened
Actions #7

Updated by Jean-Philippe Lang over 15 years ago

Please, make it a bit easier for me to see what is going wrong
I can't solve this problem if I'm not able to reproduce it.

And Redmine 0.8.0.stable.1611

0.8 doesn't exist at r1611

Project: teste
Status: Novo
Tracker: Suporte
Priority: Alto
Category: Projeto

Should I guess that you have a tracker named "Suporte", a priority named "Alto" and so on...?
And what is this list? the email body?

But don't work, work only Status: Novo.

What does "don't work" mean exactly? issue is not created?

Actions #8

Updated by Marcello Henrique over 15 years ago

Jean-Philippe Lang wrote:

Please, make it a bit easier for me to see what is going wrong
I can't solve this problem if I'm not able to reproduce it.

And Redmine 0.8.0.stable.1611

0.8 doesn't exist at r1611

I updated Redmine 0.8.0.stable.2132 (MySQL)

Project: teste
Status: Novo
Tracker: Suporte
Priority: Alto
Category: Projeto

Should I guess that you have a tracker named "Suporte", a priority named "Alto" and so on...?
And what is this list? the email body?

I have:


mysql> select * from trackers;
+----+---------------------+-------------+----------+---------------+
| id | name                | is_in_chlog | position | is_in_roadmap |
+----+---------------------+-------------+----------+---------------+
|  1 | Problema            |           1 |        1 |             0 | 
|  2 | Implementação       |           1 |        2 |             1 | 
|  3 | Suporte             |           0 |        3 |             0 | 
+----+---------------------+-------------+----------+---------------+
 

But don't work, work only Status: Novo.

What does "don't work" mean exactly? issue is not created?

Issue is create but don't replace (or set) Tracker, Priority and Category.

Sorry, my bad information, have patience with me.

Actions #9

Updated by karthikeyan rangaswamy about 15 years ago

I am using This functionality issue creation By Email.

I am Passing the following text in the email body

project:myprojectname
status:mystatusname
tracker:mytrackername
priority:mypriorityname

I am executing the following rake task

rake redmine:email:receive_imap RAILS_ENV="production" host=myhostname port=myportnumber ssl=1 username=myemailaddress password=mypassword project=charityportal1 tracker=Tasks status=Open Priority=Critical allow_override=project,status,tracker,priority

The Issue is getting created on the following project with the values i have passed

But The Problem is that the whole email body is getting stored as email description

So What i mean to say is I dont want status,project,tracker,priority parameters to be stored as issue description.only the other things needs to stored as issue description

So My question is how can i filter all those things and store the issue description alone

Actions #10

Updated by James Holle about 15 years ago

karthikeyan rangaswamy wrote:

So My question is how can i filter all those things and store the issue description alone

Bump.
I would also like to be able to specify the "Description" attribute instead of the whole email getting dumped into it. Plus, I wish I could populate other issue attributes like "Start" or "Due Date" from the creation email.

Actions #11

Updated by Jean-Philippe Lang over 14 years ago

  • Category changed from Email notifications to Email receiving
Actions #12

Updated by Jean-Philippe Lang about 14 years ago

  • Status changed from Reopened to Closed
  • Resolution changed from Invalid to Fixed

Keywords are now filtered and should not appear in issue description.

Actions #13

Updated by Nourdine Nourdine over 12 years ago

I have tested the email receiving but priority and tracker i found it on description fields:

Project: test
Tracker: Bug
Status: New
Priority: Urgent
Assignee: nourdine nourdine
Start date: 2011-08-18
Due date: 2011-08-18
Estimated time: 1
% Done : 50
test: This my Custom Test

Actions #14

Updated by Jan Niggemann (redmine.org team member) over 10 years ago

  • Status changed from Reopened to Closed

Registered on: 2011-08-16
Last connection: 2011-08-16

Last reporter never logged in again, closing

Actions #15

Updated by Charles So almost 9 years ago

I'm on Redmine 3.0.1.

I too am seeing tracker and priority not being updated after Redmine server received the email.

The server will update Status and Assignee.

MTA has ...unknown_user=ignore allow_override=tracker,priority,status,assignee in aliases.

Nothing in production.log

Actions #16

Updated by Toshi MARUYAMA almost 9 years ago

You should use user language or default language.
source:tags/3.0.2/app/models/mail_handler.rb#L336

Actions

Also available in: Atom PDF