rhbzquery: Bugzilla query tool

[ gpl, program, utils ] [ Propose Tags ]

A CLI tool for creating bugzilla queries for bugzilla.redhat.com.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4
Change log ChangeLog.md
Dependencies base (<5), bytestring, config-ini, directory, email-validate, extra, filepath, http-types, optparse-applicative, simple-cmd, simple-cmd-args, text [details]
License BSD-3-Clause
Copyright 2020 Jens Petersen <petersen@redhat.com>
Author Jens Petersen
Maintainer petersen@redhat.com
Category Utils
Home page https://github.com/juhp/rhbzquery
Bug tracker https://github.com/juhp/rhbzquery/issues
Source repo head: git clone https://github.com/juhp/rhbzquery.git
Uploaded by JensPetersen at 2020-12-04T14:58:11Z
Distributions Fedora:0.4.4
Executables rhbzquery
Downloads 1140 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-12-04 [all 2 reports]

Readme for rhbzquery-0.1.1

[back to package description]

rhbzquery

A cli tool for querying bugzilla.redhat.com.

The tool outputs the bugzilla query url, and if xdg-open is available will try to open the url (unless --dryrun is given).

Usage examples

rhbzquery f33 xyz : F33 bugs for package xyz

rhbzquery closed rawhide xyz : closed rawhide bugs for package xyz

rhbzquery --mine : your open bugs (reads userid from .bugzillarc)

rhbzquery rhel8.3 bash : RHEL 8.3 bash bugs

rhbzquery "Package Review" reporter_realname="Your Name" : open package reviews you reported

rhbzquery --mine all flag=fedora-review+ : all your open and closed approved reviews

rhbzquery summary=bugzilla : open bugs with summary containing "bugzilla":

rhbzquery --file f33 xyz : file a bug against the xyz package in F33

Help

rhbzquery --help : lists the many fields (note: not all well supported yet, eg timestamps).

Installation

Run stack install or cabal install.

Requests and feedback

Feature requests, bug reports and contributions are welcome.

Please open an issue at https://github.com/juhp/rhbzquery.