Closed
Bug 746230
Opened 13 years ago
Closed 13 years ago
email_in requires field which has been supplied
Categories
(Bugzilla :: Incoming Email, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: andrew, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0
Build ID: 20120131115133
Steps to reproduce:
Filed a bug via email
Actual results:
bug was not created. Script output was:
. Parsing Email
Splitting Body and Attachments [Type: text/plain; charset=ISO-8859-1; format=flowed]...
Part Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Part Character Encoding: ISO-8859-1
Body:
@product TestProduct
@component TestComponent
@OS Linux
I have a real problem with this thingy.
It's broken.
--- andrew
Parsed Fields:
$VAR1 = {
'comment' => 'I have a real problem with this thingy.
It\'s broken.
--- andrew
',
'component' => 'TestComponent',
'short_desc' => 'Something is wrong here',
'product' => 'TestProduct',
'reporter' => 'andrew@dunslane.net',
'os' => 'Linux'
};
Posting a new bug...
You must select/enter a OS.
Expected results:
Bug should be created.
Comment 1•13 years ago
|
||
@version is mandatory, and depending on the config of your Bugzilla, @platform is mandatory too.
Assignee: general → incoming.email
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Component: Bugzilla-General → Incoming Email
Resolution: --- → INVALID
Comment 2•13 years ago
|
||
and it's @op_sys, not @os. The list of fields is in the documentation.
You need to log in
before you can comment on or make changes to this bug.
Description
•