summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/api/core/v1/bug.rst
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-27 18:50:13 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-27 18:50:13 +0200
commit3891b63a1eb52076337885487f251a10580a4a85 (patch)
treedb1463894b756a6bb5114644feeec704ec886eb5 /docs/en/rst/api/core/v1/bug.rst
parentc44470a368465adfe329fcfc32492829a21878da (diff)
downloadbugzilla-3891b63a1eb52076337885487f251a10580a4a85.tar.gz
bugzilla-3891b63a1eb52076337885487f251a10580a4a85.tar.xz
Bug 218917 - Allow the login name to be different from the email address
Original patch by Gervase Markham r=gerv a=dkl
Diffstat (limited to 'docs/en/rst/api/core/v1/bug.rst')
-rw-r--r--docs/en/rst/api/core/v1/bug.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst
index e13b17129..8b253a32c 100644
--- a/docs/en/rst/api/core/v1/bug.rst
+++ b/docs/en/rst/api/core/v1/bug.rst
@@ -251,8 +251,6 @@ name type description
id int The user ID for this user.
real_name string The 'real' name for this user, if any.
name string The user's Bugzilla login.
-email string The user's email address. Currently this is the same value as
- the name.
========= ====== ==============================================================
Flag object:
@@ -291,6 +289,11 @@ field name in ``include_fields``.
* 102 (Access Denied)
You do not have access to the bug_id you specified.
+**History**
+
+Since Bugzilla 6.0, the email address of users is private and is no longer
+returned as part of the user object.
+
.. _rest_history:
Bug History