summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/api/core/v1/bug.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/api/core/v1/bug.rst')
-rw-r--r--docs/en/rst/api/core/v1/bug.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst
index 53f637a67..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
@@ -479,9 +482,9 @@ limit int Limit the number of results returned. If the limit
set by the administrator, then the maximum limit will
be used instead. If you set the limit equal to zero,
then all matching results will be returned instead.
-longdescs.count int The number of comments a bug has. The bug's description
+longdescs.count int The number of comments a bug has. The bug's description
is the first comment. For example, to find bugs which someone
- has commented on after they have been filed, search on
+ has commented on after they have been filed, search on
``longdescs.count`` *greater than* 1.
offset int Used in conjunction with the ``limit`` argument,
``offset`` defines the starting position for the
@@ -1202,4 +1205,4 @@ attachment_id int The ID of the attachment that was changed.
This only appears if the change was to an attachment,
otherwise ``attachment_id`` will not be present in this
object.
-============= ====== ========================================================== \ No newline at end of file
+============= ====== ==========================================================