Comments
Allows you to get data about comments, given a bug ID or comment ID.
Columns
| Name | Type | Description |
| Id [KEY] | Int | The globally unique ID for the comment. |
| BugId | Int | The ID of the bug that this comment is on. |
| AttachmentId | Int | If the comment was made on an attachment, this will be the ID of that attachment. Otherwise it will be null. |
| Text | String | The actual text of the comment. |
| Count | Int | The number of the comment local to the bug. The Description is 0, comments start with 1. |
| Creator | String | The login name of the comment's author. |
| CreationTime | Datetime | The time (in Bugzilla's timezone) that the comment was added. |
| IsPrivate | Boolean | 'true' if this comment is private (only visible to a certain group called the |