diff options
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/rst/api/core/v1/bug.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst index 137f83256..3c7605527 100644 --- a/docs/en/rst/api/core/v1/bug.rst +++ b/docs/en/rst/api/core/v1/bug.rst @@ -115,7 +115,8 @@ name type description "email": "namachi@netscape.com" }, "cf_free_text": "", - "blocks": [] + "blocks": [], + "comment_count": 12 } ] } @@ -185,6 +186,7 @@ is_creator_accessible boolean If ``true``, this bug can be accessed by the member of the groups the bug is restricted to. keywords array Each keyword that is on this bug. last_change_time datetime When the bug was last changed. +comment_count int Number of comments associated with the bug. op_sys string The name of the operating system that the bug was filed against. platform string The name of the platform (hardware) that the bug |