diff options
author | David Lawrence <dkl@mozilla.com> | 2016-10-14 03:58:37 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-10-14 03:58:49 +0200 |
commit | cc3141625e4c87387259c38e4ab5f56820621768 (patch) | |
tree | 56f1fca73b16c7381c5dd91919d1030d66caf49b /docs | |
parent | 4337c8d79654e4e16696c6ff567f8cc61276bbde (diff) | |
download | bugzilla-cc3141625e4c87387259c38e4ab5f56820621768.tar.gz bugzilla-cc3141625e4c87387259c38e4ab5f56820621768.tar.xz |
Bug 1309487 - include longdescs.count in result for /rest/bug
Diffstat (limited to 'docs')
-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 |