diff options
author | David Lawrence <dkl@mozilla.com> | 2016-04-04 18:27:33 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-04-04 18:27:33 +0200 |
commit | 6be9f0a286b2e9abf0119173a9e66c37a7d9f0a1 (patch) | |
tree | 281e3dd2dac6dbc3f2ec2756e099082cc0d31dc5 /docs/en/rst | |
parent | 206927e1d3a9fcf73becf83d0376a92a7f0ecd0d (diff) | |
download | bugzilla-6be9f0a286b2e9abf0119173a9e66c37a7d9f0a1.tar.gz bugzilla-6be9f0a286b2e9abf0119173a9e66c37a7d9f0a1.tar.xz |
Bug 880163 - add a webservice method to list a bug's duplicates, mirroring what is visible on show_bug.
r=dylan
Diffstat (limited to 'docs/en/rst')
-rw-r--r-- | docs/en/rst/api/core/v1/bug.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst index f4ca0dac4..e13b17129 100644 --- a/docs/en/rst/api/core/v1/bug.rst +++ b/docs/en/rst/api/core/v1/bug.rst @@ -234,13 +234,14 @@ Extra fields: These fields are returned only by specifying ``_extra`` or the field name in ``include_fields``. -==== ===== ==================================================================== -name type description -==== ===== ==================================================================== -tags array Each array item is a tag name. Note that tags are - personal to the currently logged in user and are not the same as - comment tags. -==== ===== ==================================================================== +========== ===== ==================================================================== +name type description +========== ===== ==================================================================== +tags array Each array item is a tag name. Note that tags are + personal to the currently logged in user and are not the same as + comment tags. +duplicates array Each array item is a bug ID that is a duplicate of this bug. +========== ===== ==================================================================== User object: |