bugbite 0.0.15

library for bug, issue, and ticket mangling
Documentation
{
  "attachments": {},
  "bugs": {
    "12345": [
      {
        "bug_id": 12345,
        "content_type": "text/plain",
        "creation_time": "2022-02-19T08:35:02Z",
        "creator": "person1",
        "data": "YnVnYml0ZQo=",
        "file_name": "test.txt",
        "flags": [],
        "id": 123,
        "is_obsolete": 0,
        "is_patch": 0,
        "is_private": 0,
        "last_change_time": "2024-02-19T08:35:02Z",
        "size": 8,
        "summary": "test.txt"
      }
    ],
    "23456": [
      {
        "bug_id": 23456,
        "content_type": "text/plain",
        "creation_time": "2023-02-19T08:35:02Z",
        "creator": "person2",
        "data": "YnVnYml0ZQo=",
        "file_name": "test.txt",
        "flags": [],
        "id": 234,
        "is_obsolete": 0,
        "is_patch": 0,
        "is_private": 0,
        "last_change_time": "2024-02-19T08:35:02Z",
        "size": 8,
        "summary": "test.txt"
      }
    ],
    "34567": [
      {
        "bug_id": 34567,
        "content_type": "text/plain",
        "creation_time": "2024-02-19T08:35:02Z",
        "creator": "person3",
        "data": "YnVnYml0ZQo=",
        "file_name": "test.txt",
        "flags": [],
        "id": 345,
        "is_obsolete": 0,
        "is_patch": 0,
        "is_private": 0,
        "last_change_time": "2024-02-19T08:35:02Z",
        "size": 8,
        "summary": "test.txt"
      }
    ]
  }
}