summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/api/core
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/api/core')
-rw-r--r--docs/en/rst/api/core/v1/bug.rst9
-rw-r--r--docs/en/rst/api/core/v1/bugzilla.rst4
-rw-r--r--docs/en/rst/api/core/v1/product.rst4
3 files changed, 12 insertions, 5 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
+============= ====== ==========================================================
diff --git a/docs/en/rst/api/core/v1/bugzilla.rst b/docs/en/rst/api/core/v1/bugzilla.rst
index e43472c30..220ee5fc5 100644
--- a/docs/en/rst/api/core/v1/bugzilla.rst
+++ b/docs/en/rst/api/core/v1/bugzilla.rst
@@ -312,7 +312,7 @@ Reports the status of the job queue.
GET /rest/jobqueue_status
-This method requires an authenticated user.
+This method requires an authenticated user.
**Response**
@@ -328,4 +328,4 @@ name type description
=============== ======= ====================================================
total integer The total number of jobs in the job queue.
errors integer The number of errors produced by jobs in the queue.
-=============== ======= ==================================================== \ No newline at end of file
+=============== ======= ====================================================
diff --git a/docs/en/rst/api/core/v1/product.rst b/docs/en/rst/api/core/v1/product.rst
index 4819bbbbe..a1f5bd3c8 100644
--- a/docs/en/rst/api/core/v1/product.rst
+++ b/docs/en/rst/api/core/v1/product.rst
@@ -142,6 +142,7 @@ type string The group of products to return. Valid values are
]
},
"default_qa_contact": "",
+ "triage_owner": "",
"description": "This is a test component."
}
],
@@ -215,6 +216,9 @@ default_assigned_to string The login name of the user to whom new bugs
default_qa_contact string The login name of the user who will be set as
the QA Contact for new bugs by default. Empty
string if the QA contact is not defined.
+triage_owner string The login name of the user who is named as the
+ Triage Owner of the component. Empty string if the
+ Triage Owner is not defined.
sort_key int Components, when displayed in a list, are sorted
first by this integer and then secondly by their
name.