rhbzquery: Bugzilla query tool

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 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 GPL-2.0-only
Copyright 2020-2021 Jens Petersen <petersen@redhat.com>
Author Jens Petersen <petersen@redhat.com>
Maintainer Jens Petersen <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 2021-02-15T09:41:00Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for rhbzquery-0.4.3

[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).

rhbzquery is distributed under the GPL license version 2 or later.

Usage examples

rhbzquery f33 xyz : Fedora 33 bugs for package xyz

rhbzquery closed rawhide xyz : closed rawhide bugs for package xyz

rhbzquery --mine : your open bugs (gets 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 open and closed approved reviews you reviewed

rhbzquery component~bugzilla summary~bugzilla : open bugs with component and summary containing "bugzilla"

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

rhbzquery --query rhel8 ...: open an advanced bugzilla search for RHEL 8

rhbzquery xyz '<modified': xyz bugs not yet in MODIFIED or ON_QA, etc.

Help

rhbzquery --help describes arguments

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

rhbzquery --list-operators : lists the search operator types

Installation

Run stack install or cabal install.

Binary packages for Fedora are available from https://copr.fedorainfracloud.org/coprs/petersen/rhbzquery/.

Requests and feedback

Feature requests, bug reports and contributions are welcome.

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