mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-04 16:13:22 +00:00
Wrong allow-override example in rdm-mailhandler.rb (#23829).
git-svn-id: http://svn.redmine.org/redmine/trunk@15843 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
33d5ca2997
commit
25b9ecd0ca
@ -108,12 +108,12 @@ Overrides:
|
||||
* project, tracker, status, priority, category, assigned_to, fixed_version,
|
||||
start_date, due_date, estimated_hours, done_ratio
|
||||
* custom fields names with underscores instead of spaces (case insensitive)
|
||||
Example: --allow_override=project,priority,my_custom_field
|
||||
Example: --allow-override=project,priority,my_custom_field
|
||||
|
||||
If the --project option is not set, project is overridable by default for
|
||||
emails that create new issues.
|
||||
|
||||
You can use --allow_override=all to allow all attributes to be overridable.
|
||||
You can use --allow-override=all to allow all attributes to be overridable.
|
||||
|
||||
Examples:
|
||||
No project specified, emails MUST contain the 'Project' keyword, otherwise
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user