#11 Support filing bug requests for branches
Merged by salimma. Opened by salimma.
file-bug-request  into  main

Download 11.patch

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.

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.

Metadata