diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-18 07:07:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-18 07:07:41 +0000 |
commit | ffdcb22ccb785a1efad942c250267c181d84c7df (patch) | |
tree | 25bf72a6c084254ffd50b000c28f3ed2cc6be2d8 /lib/tasks/email.rake | |
parent | 93afc01e06abadd1330851d2ddf1122640144d2c (diff) | |
download | redmine-ffdcb22ccb785a1efad942c250267c181d84c7df.tar.gz redmine-ffdcb22ccb785a1efad942c250267c181d84c7df.zip |
Ability to define a default assigned_to when receiving emails (#23020).
git-svn-id: http://svn.redmine.org/redmine/trunk@15547 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/email.rake')
-rw-r--r-- | lib/tasks/email.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/email.rake b/lib/tasks/email.rake index fe6fb92ab..1b62abb23 100644 --- a/lib/tasks/email.rake +++ b/lib/tasks/email.rake @@ -64,6 +64,7 @@ Issue attributes control options: tracker=TRACKER name of the target tracker category=CATEGORY name of the target category priority=PRIORITY name of the target priority + assigned_to=ASSIGNEE assignee (username or group name) fixed_version=VERSION name of the target version private create new issues as private allow_override=ATTRS allow email content to set attributes values |