From: lpsolit%gmail.com <> Date: Thu, 6 Dec 2007 04:42:54 +0000 (+0000) Subject: Bug 383850: email_in.pl documentation does not contain all required fields for new... X-Git-Tag: bugzilla-3.0.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b966106d7e76a92c7f50d5c6d79aa82625f522;p=thirdparty%2Fbugzilla.git Bug 383850: email_in.pl documentation does not contain all required fields for new bug creation - Patch by fedor ezeev r/a=mkanat --- diff --git a/email_in.pl b/email_in.pl index ea5082844d..21d38ceb5b 100644 --- a/email_in.pl +++ b/email_in.pl @@ -442,9 +442,24 @@ The script expects to read an email with the following format: be included in the bug description. The C<@> labels can be any valid field name in Bugzilla that can be -set on C. For the list of field names, see the -C table in the database. The above example shows the -minimum fields you B specify. +set on C. For the list of required field names, see +L. Note, that there is some difference +in the names of the required input fields between web and email interfaces, +as listed below: + +=over + +=item * + +C in web is C<@rep_platform> in email + +=item * + +C in web is C<@bug_severity> in email + +=back + +For the list of all field names, see the C table in the database. The values for the fields can be split across multiple lines, but note that a newline will be parsed as a single space, for the value.