diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-01 08:56:27 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-01 08:56:27 +0000 |
commit | 0df7fa714b42fc8d5eece57689433b9f60c8d3d7 (patch) | |
tree | 42c4dec7992d1d703fee513ec329c11d519009af /lib | |
parent | fb8e348254a24cc3facb238789f555aa70d9857b (diff) | |
download | redmine-0df7fa714b42fc8d5eece57689433b9f60c8d3d7.tar.gz redmine-0df7fa714b42fc8d5eece57689433b9f60c8d3d7.zip |
Allow a default version to be set on the command line for incoming emails (#7346).
git-svn-id: http://svn.redmine.org/redmine/trunk@14789 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 51ca25b2e..43fa68736 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 + fixed_version=VERSION name of the target version private create new issues as private allow_override=ATTRS allow email content to set attributes values ATTRS is a comma separated list of attributes |