Support filing bug requests.
Fixes #1 -- partially.
Pull-Request has been merged by salimma
Why don't you use the bugzilla module? You can take a look at https://git.sr.ht/~gotmax23/fedora-scripts/tree/main/item/request_epel.py. The code is kind of messy, but it at least provides an example.
bugzilla
You create the bzapi object
from bugzilla import Bugzilla bzapi = Bugzilla("https://bugzilla.redhat.com")
and then do something like https://git.sr.ht/~gotmax23/fedora-scripts/tree/638fc9cc/item/request_epel.py#L208.
Support filing bug requests.
Fixes #1 -- partially.