diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-10 09:07:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-10 09:07:36 +0000 |
commit | d640f7b249b92fe98eff5727bc635a6fd65598bd (patch) | |
tree | f4c24783cd3b60fa2d56dbe569ffcaf373c00f06 /lib | |
parent | f8a9a78ecfa50d53ca8416d296af8a02da8eb7d7 (diff) | |
download | redmine-d640f7b249b92fe98eff5727bc635a6fd65598bd.tar.gz redmine-d640f7b249b92fe98eff5727bc635a6fd65598bd.zip |
Adds private issue option to receiving emails (#8424).
git-svn-id: http://svn.redmine.org/redmine/trunk@14262 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-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 121afc4a6..82b84788c 100644 --- a/lib/tasks/email.rake +++ b/lib/tasks/email.rake @@ -89,6 +89,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 + private create new issues as private allow_override=ATTRS allow email content to override attributes specified by previous options ATTRS is a comma separated list of attributes |