Tickets I am interested in
Useful bugzilla links
Useful ports/package links
devel/py-python-bugzilla cheatsheet
- get all attachments
bugzilla --verbose attach --ignore-obsolete --getall <ticket number>
get author line for git commit --author
bugzilla query --full --json -b <ticket number> | jq -r '.bugs[0].creator_detail | .real_name + " <" + .email + ">"'