Open
Bug 1323430
Opened 9 years ago
Updated 1 year ago
Creating a bug report via Rest API: 'op_sys' and 'platform' are required
Categories
(Bugzilla :: WebService, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: olavi, Unassigned)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36
Steps to reproduce:
I have sent a create bug command by Rest API, with only the 4 must fields - 'product','component','summary' and 'version'.
Actual results:
I got an error because it needed more defaults fields.
Only after adding 2 default fields - 'op_sys' and 'platform' it started to working.
Expected results:
It should work OK without supplying these defaults fields - 'op_sys' and 'platform'.
Updated•9 years ago
|
Summary: Rest API create a bug. → Creating a bug report via Rest API: 'op_sys' and 'platform' are required
Updated•6 years ago
|
Assignee: general → webservice
Component: Bugzilla-General → WebService
Updated•1 year ago
|
Attachment #9383967 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•