description field not found in get bug API
Categories
(Bugzilla :: WebService, defect)
Tracking
()
People
(Reporter: mohit.rawat2486, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36
Steps to reproduce:
I post a bug with 'description' field and it successfully posted by using Create Bug API.
Actual results:
Posted Successfully and get bug Id.
Expected results:
I think description should also come in Get Bug API Right now it is absent in documentation as well as in response of Get Bug API.
Comment 1•6 years ago
|
||
Did you read the API document? The description
field is not used in the API though it may be accepted when you file a bug. The correct field name is summary
.
Reporter | ||
Comment 2•6 years ago
|
||
https://bugzilla.readthedocs.io/en/5.0/api/core/v1/bug.html#get-bug but this doc mention description field after version(in bold text) parameter
Comment 3•6 years ago
•
|
||
Ah, sorry I missed that. You exactly mean description
which is comment 0. It will be available in Bugzilla 6.0 (and is already available on this Mozilla’s Bugzilla which is Bugzilla 6.0 Beta) when you specify description
in the include_fields
param.
Example: https://bugzilla.mozilla.org/rest/bug/1566798?include_fields=id,summary,description
Reporter | ||
Comment 4•6 years ago
|
||
okay thanks
Description
•