Closed
Bug 1339090
Opened 8 years ago
Closed 6 years ago
GET /rest/bug should return email fields if request authenticated
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
WORKSFORME
Bugzilla 6.0
People
(Reporter: leifer, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Steps to reproduce:
In Bugzilla 6 dev (master branch) perform an authenticated GET /rest/bug/1 call.
Actual results:
The response does not have email fields (e.g. in assigned_to_detail) anymore.
Side note, the docs example still shows it.
http://bugzilla.readthedocs.io/en/latest/api/core/v1/bug.html#get-bug
But I do see the note at the bottom about the email field having gone away in 6.0. (Related to Bug #218917)
Expected results:
I understand the concern about email spam, but could the email field be returned in the bug get request when the request is an authenticated one (e.g. with token) like it used to be in Bugzilla 5? This email field is useful in bzkanban for generating the gravatars.
Comment 1•6 years ago
|
||
I cannot reproduce the issue with bugzilla.mozilla.org which will be Bugzilla 6.0 and beyond.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Target Milestone: --- → Bugzilla 6.0
You need to log in
before you can comment on or make changes to this bug.
Description
•