bugbite 0.0.14

library for bug, issue, and ticket mangling
Documentation
{
  "bugs": {
    "1": {
      "comments": [
        {
          "attachment_id": null,
          "bug_id": 1,
          "count": 0,
          "creation_time": "2024-03-13T14:02:53Z",
          "creator": "user1@bugbite.test",
          "id": 1,
          "is_private": false,
          "tags": [],
          "text": "test",
          "time": "2024-03-13T14:02:53Z"
        },
        {
          "attachment_id": 123,
          "bug_id": 1,
          "count": 1,
          "creation_time": "2024-03-13T14:04:31Z",
          "creator": "user1@bugbite.test",
          "id": 2,
          "is_private": false,
          "tags": [],
          "text": "Created attachment 123\ntest.patch",
          "time": "2024-03-13T14:04:31Z"
        },
        {
          "attachment_id": 234,
          "bug_id": 1,
          "count": 2,
          "creation_time": "2024-03-13T14:05:02Z",
          "creator": "user1@bugbite.test",
          "id": 3,
          "is_private": true,
          "tags": [],
          "text": "Created attachment 234\ntest data",
          "time": "2024-03-13T14:05:02Z"
        },
        {
          "attachment_id": 345,
          "bug_id": 1,
          "count": 3,
          "creation_time": "2024-03-13T14:11:47Z",
          "creator": "user2@bugbite.test",
          "id": 4,
          "is_private": false,
          "tags": [],
          "text": "Created attachment 345\nbuild log",
          "time": "2024-03-13T14:11:47Z"
        },
        {
          "attachment_id": null,
          "bug_id": 1,
          "count": 4,
          "creation_time": "2024-03-13T14:45:00Z",
          "creator": "user2@bugbite.test",
          "id": 5,
          "is_private": false,
          "tags": [],
          "text": "comment",
          "time": "2024-03-13T14:45:00Z"
        },
        {
          "attachment_id": null,
          "bug_id": 1,
          "count": 5,
          "creation_time": "2024-03-13T14:46:29Z",
          "creator": "user2@bugbite.test",
          "id": 6,
          "is_private": true,
          "tags": [],
          "text": "private",
          "time": "2024-03-13T14:46:29Z"
        },
        {
          "attachment_id": null,
          "bug_id": 1,
          "count": 6,
          "creation_time": "2024-03-13T14:46:57Z",
          "creator": "user1@bugbite.test",
          "id": 7,
          "is_private": false,
          "tags": ["spam","test"],
          "text": "tags",
          "time": "2024-03-13T14:46:57Z"
        }
      ]
    }
  },
  "comments": {}
}