1RHBZQUERY(1) User Commands RHBZQUERY(1)
2
3
4
6 rhbzquery - manual page for rhbzquery 0.4.4
7
9 rhbzquery [--version] [-n|--dryrun] [-m|--mine] [-s|--server SERVER]
10
12 Bugzilla query tool
13
14 [(-l|--list-fields) | (-o|--list-operators) | (-f|--file) |
15
16 (-q|--query) | (-r|--reverse) | (-w|--api)]
17
18 [[COMPONENT|STATUS|PRODUCTVERSION|FIELD=VALUE|FIELDopVALUE]...]
19
20 Tool for generating bugzilla queries
21
22 STATUS = {new,assigned,post,modified,on_qa,verified,re‐
23 lease_pending,closed,
24
25 all (open and closed),'<STATE','>STATE'}
26
27 PRODUCTVERSION = {rawhide,fe‐
28 dora,fXY,epel,epelX,rhel8,rhel7,rhelX.Z} op = search operator
29 (eg '~' for substring: "summary~akeyword")
30
31 See https://github.com/juhp/rhbzquery#readme for examples
32
33 Available options:
34 -h,--help
35 Show this help text
36
37 --version
38 Show version
39
40 -n,--dryrun
41 Do not open url
42
43 -m,--mine
44 My bugs
45
46 -s,--server SERVER
47 Bugzilla server [default: bugzilla.redhat.com]
48
49 -l,--list-fields
50 List query FIELDs
51
52 -o,--list-operators
53 List op search operator types
54
55 -f,--file
56 File a bug
57
58 -q,--query
59 Open advanced query page
60
61 -r,--reverse
62 Convert url query to args
63
64 -w,--api
65 Web API query
66
67
68
69rhbzquery 0.4.4 July 2023 RHBZQUERY(1)