From cc3141625e4c87387259c38e4ab5f56820621768 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 14 Oct 2016 01:58:37 +0000 Subject: Bug 1309487 - include longdescs.count in result for /rest/bug --- docs/en/rst/api/core/v1/bug.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/en/rst') 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 -- cgit v1.2.3-24-g4f1b