summaryrefslogtreecommitdiffstats
path: root/email_in.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-12-06 05:40:04 +0100
committerlpsolit%gmail.com <>2007-12-06 05:40:04 +0100
commitfe1ae5edf447d9c299cfb29ddb4a145c2f78501b (patch)
treecfad672e2cebc7a4483a875901f706be4a39c78c /email_in.pl
parentd338ce3fad5b46d6ee1a49f4d74bbcc8f8b3094c (diff)
downloadbugzilla-fe1ae5edf447d9c299cfb29ddb4a145c2f78501b.tar.gz
bugzilla-fe1ae5edf447d9c299cfb29ddb4a145c2f78501b.tar.xz
Bug 383850: email_in.pl documentation does not contain all required fields for new bug creation - Patch by fedor ezeev <fe@alterplast.ru> r/a=mkanat
Diffstat (limited to 'email_in.pl')
-rw-r--r--email_in.pl21
1 files changed, 18 insertions, 3 deletions
diff --git a/email_in.pl b/email_in.pl
index 97fea4847..13e81e77e 100644
--- a/email_in.pl
+++ b/email_in.pl
@@ -444,9 +444,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<enter_bug.cgi>. For the list of field names, see the
-C<fielddefs> table in the database. The above example shows the
-minimum fields you B<must> specify.
+set on C<enter_bug.cgi>. For the list of required field names, see
+L<Bugzilla::WebService::Bug/Create>. 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<platform> in web is C<@rep_platform> in email
+
+=item *
+
+C<severity> in web is C<@bug_severity> in email
+
+=back
+
+For the list of all field names, see the C<fielddefs> 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.