rhbzquery - Man Page

manual page for rhbzquery 0.4.4

Synopsis

rhbzquery [--version] [-n|--dryrun] [-m|--mine] [-s|--server SERVER]

Description

Bugzilla query tool

[(-l|--list-fields) | (-o|--list-operators) | (-f|--file) |

(-q|--query) | (-r|--reverse) | (-w|--api)]

[[COMPONENT|STATUS|PRODUCTVERSION|FIELD=VALUE|FIELDopVALUE]...]

Tool for generating bugzilla queries

STATUS = {new,assigned,post,modified,on_qa,verified,release_pending,closed,

all (open and closed),'<STATE','>STATE'}

PRODUCTVERSION = {rawhide,fedora,fXY,epel,epelX,rhel8,rhel7,rhelX.Z} op = search operator (eg '~' for substring: "summary~akeyword")

See https://github.com/juhp/rhbzquery#readme for examples

Available options

-h,--help

Show this help text

--version

Show version

-n,--dryrun

Do not open url

-m,--mine

My bugs

-s,--server SERVER

Bugzilla server [default: bugzilla.redhat.com]

-l,--list-fields

List query FIELDs

-o,--list-operators

List op search operator types

-f,--file

File a bug

-q,--query

Open advanced query page

-r,--reverse

Convert url query to args

-w,--api

Web API query

Info

January 2024 rhbzquery 0.4.4