Project

General

Profile

Actions

Feature #2768

closed

Ability to Pass The project id for Issue Creation by email

Added by karthikeyan rangaswamy about 15 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
2009-02-17
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix

Description

Hi,

I am doing the functionality of Issue Creation by email using rake task method

i am executing the following rake task

rake redmine:email:receive_imap RAILS_ENV="production" host=mail.ohum.org port=993 ssl=1 username=myusername password=mypassword project=charityportal1 tracker=Tasks status=Open Priority=Critical allow_override=project,status,tracker,priority

Here i am able to pass everything,project idenifier,status,tracker and priority .The Email's subject will be stored as issue subject,email description is stored as issue description.Everything is ok

Is it possible to Give the Project id in Email SUBJECT LIKE SO that the value 1 will be retrieved from email subject and issue will be created on passed project id


Related issues

Related to Redmine - Patch #20732: MailHandler: Select project by subaddress (redmine+project@example.com)ClosedJean-Philippe Lang

Actions
Actions #1

Updated by Jean-Philippe Lang about 15 years ago

  • Tracker changed from Defect to Feature
Actions #2

Updated by Dipan Mehta about 11 years ago

I think while project_id cann't be set from subject line, but current Redmine takes project_id from within the body of the email. does that serve the purpose?

Actions #3

Updated by Toshi MARUYAMA about 11 years ago

  • Category changed from Plugin API to Email receiving
Actions #4

Updated by Toshi MARUYAMA about 11 years ago

  • Due date deleted (2009-02-18)
  • Priority changed from High to Normal
Actions #5

Updated by Go MAEDA about 5 years ago

  • Status changed from New to Closed
  • Resolution set to Wont fix

Although the current version cannot select the project in an email subject, Redmine 3.2 and later supports selecting a target project with email subaddress. Please see RedmineReceivingEmails for the detail. I think you can use the feature instead.

Actions #6

Updated by Go MAEDA about 5 years ago

  • Related to Patch #20732: MailHandler: Select project by subaddress (redmine+project@example.com) added
Actions

Also available in: Atom PDF