Bugzilla
@kneel/bugzillav2026.07.12.1
01README
Read-only Red Hat Bugzilla inspection for Fedora maintainers over the REST API: account lookup, bugs assigned to or reported by you, open bugs across the components you maintain, and single-bug + comment fetches. Header bearer-token auth (vaulted), no mutations.
02Models
@kneel/bugzillav2026.07.12.1bugzilla.ts
fn user(names?: string, match?: string)
Resolve a Bugzilla account (`/user`); defaults to the configured email.
| Argument | Type | Description |
|---|---|---|
| names? | string | Exact email/login to look up |
| match? | string | Fuzzy match string |
fn myBugs()
Open bugs assigned to (or reported by) the maintainer (`/bug`).
fn componentBugs(status: string)
Open bugs across maintained package components, one snapshot per
| Argument | Type | Description |
|---|---|---|
| status | string | Bug status filter |
fn bug(id: number)
Fetch a single bug's full record (`/bug/{id}`).
| Argument | Type | Description |
|---|---|---|
| id | number | Bug id |
fn comments(id: number)
Fetch a bug's comment thread (`/bug/{id}/comment`).
| Argument | Type | Description |
|---|---|---|
| id | number | Bug id |
Resources
user(infinite)— A Bugzilla user record (`/user`)
bugs(infinite)— A bug list from a search (assigned/reporter/component scope)
bug(infinite)— A single bug's full record (`/bug/{id}`)
comments(infinite)— A bug's comment thread (`/bug/{id}/comment`)
03Stats
A
100 / 100
Downloads
0
Archive size
9.4 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels