diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-10-02 20:24:06 +0200 |
---|---|---|
committer | dklawren <dklawren@users.noreply.github.com> | 2018-10-02 20:24:06 +0200 |
commit | b340e1d0568ea33d15ff59ff48560e78966121e4 (patch) | |
tree | f894d83f6b3f17e51500ef93afc2a5709e8a14b1 /docs | |
parent | 62412db14081dd66cd5b2701b598b5af9eb31528 (diff) | |
download | bugzilla-b340e1d0568ea33d15ff59ff48560e78966121e4.tar.gz bugzilla-b340e1d0568ea33d15ff59ff48560e78966121e4.tar.xz |
Bug 1263502 - Add duplicates to /rest/bug/id
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/api/core/v1/bug.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst index c6b7be084..bab2cd0e8 100644 --- a/docs/en/rst/api/core/v1/bug.rst +++ b/docs/en/rst/api/core/v1/bug.rst @@ -102,6 +102,7 @@ name type description "is_creator_accessible": true, "whiteboard": "", "dupe_of": null, + "duplicates": [], "target_milestone": "---", "cf_mulitple_select": [], "component": "SaltSprinkler", @@ -163,6 +164,8 @@ depends_on array The IDs of bugs that this bug "depends on". dupe_of int The bug ID of the bug that this bug is a duplicate of. If this bug isn't a duplicate of any bug, this will be null. +duplicates array The ids of bugs that are marked as duplicate of + this bug. estimated_time double The number of hours that it was estimated that this bug would take. If you are not in the time-tracking group, this field will not be |